Enable file selection dialog for preferences

This enabled a file selection dialog for selecting default log file
under the preferences.

[Dirk Hohndel: added missing declaration to .h file]

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2013-10-14 07:19:13 +03:00 committed by Dirk Hohndel
parent 291ce1d9ac
commit 080b1bcc5a
2 changed files with 8 additions and 0 deletions

View file

@ -18,6 +18,7 @@ signals:
void settingsChanged();
public slots:
void buttonClicked(QAbstractButton* button);
void on_chooseFile_clicked();
void syncSettings();
void restorePrefs();
void rememberPrefs();