From 4890d9c66f68cd1084f111ad8564e6e2536df346 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sun, 12 Nov 2017 02:03:59 +0100 Subject: [PATCH] Fix GloSC header --- GloSC/GloSC.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/GloSC/GloSC.h b/GloSC/GloSC.h index 989b490..fe8464c 100644 --- a/GloSC/GloSC.h +++ b/GloSC/GloSC.h @@ -43,8 +43,6 @@ class GloSC : public QMainWindow public: GloSC(QWidget *parent = Q_NULLPTR); - bool hook_steam_ = true; - private: Ui::GloSCClass ui; @@ -67,16 +65,17 @@ private: void animate(int to); + bool hook_steam_ = true; private slots: - void on_cbUseDesktop_toggled(bool checked) const; + void on_cbUseDesktop_toggled(bool checked); void on_pbCreateNew_clicked(); void on_pbSave_clicked(); void on_pbDelete_clicked(); void on_pbAddToSteam_clicked(); void on_pbSearchPath_clicked(); void on_pbUWP_clicked(); - void on_lwInstances_currentRowChanged(int row) const; + void on_lwInstances_currentRowChanged(int row); void on_lwInstances_itemSelectionChanged();