mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-14 02:07:07 +02:00
[meta] clang-format literally all of the Qt code (#3706)
I'm tired of dealing with this tbh Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3706 Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
769edbfea3
commit
8678cb06eb
107 changed files with 1457 additions and 1737 deletions
|
|
@ -34,13 +34,13 @@ protected:
|
|||
|
||||
void mousePressEvent(QMouseEvent* event) override;
|
||||
void mouseMoveEvent(QMouseEvent* event) override;
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
void closeEvent(QCloseEvent* event) override;
|
||||
|
||||
private:
|
||||
void resetPosition(const QPoint& pos);
|
||||
void updateStats(const Core::PerfStatsResults &results, const VideoCore::ShaderNotify &shaders);
|
||||
void updateStats(const Core::PerfStatsResults& results, const VideoCore::ShaderNotify& shaders);
|
||||
|
||||
MainWindow *m_mainWindow = nullptr;
|
||||
MainWindow* m_mainWindow = nullptr;
|
||||
Ui::PerformanceOverlay* ui;
|
||||
|
||||
// colors
|
||||
|
|
@ -62,11 +62,11 @@ private:
|
|||
QPoint m_drag_start_pos;
|
||||
|
||||
// fps chart
|
||||
QLineSeries *m_fpsSeries = nullptr;
|
||||
QChart *m_fpsChart = nullptr;
|
||||
QChartView *m_fpsChartView = nullptr;
|
||||
QValueAxis *m_fpsX = nullptr;
|
||||
QValueAxis *m_fpsY = nullptr;
|
||||
QLineSeries* m_fpsSeries = nullptr;
|
||||
QChart* m_fpsChart = nullptr;
|
||||
QChartView* m_fpsChartView = nullptr;
|
||||
QValueAxis* m_fpsX = nullptr;
|
||||
QValueAxis* m_fpsY = nullptr;
|
||||
|
||||
signals:
|
||||
void closed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue