summaryrefslogtreecommitdiff
path: root/src/profilesdialog.h
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2016-05-07 00:22:23 +0200
committerTannin <sherb@gmx.net>2016-05-07 00:22:23 +0200
commite43762e7db5ec66c6fdc7a453b873b433a992e3d (patch)
tree3cbf579d100628b4e88fab7c22926423b2fc38b9 /src/profilesdialog.h
parentafe0d749c438b086a7efa08e4d443be94f56d101 (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.h3
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);