From e43762e7db5ec66c6fdc7a453b873b433a992e3d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 7 May 2016 00:22:23 +0200 Subject: profiles can now be configured to use the global game settings instead of profile-local --- src/profilesdialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/profilesdialog.h') 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); -- cgit v1.3.1