mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-17 03:26:02 +00:00
Fix GloSC header
This commit is contained in:
parent
e4b7207c61
commit
4890d9c66f
@ -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();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user