diff options
| author | Tannin <sherb@gmx.net> | 2016-05-07 00:22:23 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-05-07 00:22:23 +0200 |
| commit | e43762e7db5ec66c6fdc7a453b873b433a992e3d (patch) | |
| tree | 3cbf579d100628b4e88fab7c22926423b2fc38b9 /src/profilesdialog.h | |
| parent | afe0d749c438b086a7efa08e4d443be94f56d101 (diff) | |
profiles can now be configured to use the global game settings instead of profile-local
Diffstat (limited to 'src/profilesdialog.h')
| -rw-r--r-- | src/profilesdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/profilesdialog.h b/src/profilesdialog.h index 0e79b94b..cab25f6a 100644 --- a/src/profilesdialog.h +++ b/src/profilesdialog.h @@ -61,6 +61,9 @@ protected: virtual void showEvent(QShowEvent *event);
+private slots:
+ void on_localIniFilesBox_stateChanged(int state);
+
private:
QListWidgetItem *addItem(const QString &name);
|
