Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ApplicationSettingsWidget.h')
-rw-r--r--src/gui/ApplicationSettingsWidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/ApplicationSettingsWidget.h b/src/gui/ApplicationSettingsWidget.h
index ffcfea2be..dfffbddbd 100644
--- a/src/gui/ApplicationSettingsWidget.h
+++ b/src/gui/ApplicationSettingsWidget.h
@@ -55,7 +55,9 @@ private slots:
void reject();
void autoSaveToggled(bool checked);
void systrayToggled(bool checked);
- void enableToolbarSettings(bool checked);
+ void toolbarSettingsToggled(bool checked);
+ void rememberDatabasesToggled(bool checked);
+ void checkUpdatesToggled(bool checked);
private:
QWidget* const m_secWidget;