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/sshagent/AgentSettingsWidget.h')
-rw-r--r--src/sshagent/AgentSettingsWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sshagent/AgentSettingsWidget.h b/src/sshagent/AgentSettingsWidget.h
index 8667be657..fcc65818c 100644
--- a/src/sshagent/AgentSettingsWidget.h
+++ b/src/sshagent/AgentSettingsWidget.h
@@ -37,6 +37,7 @@ public:
public slots:
void loadSettings();
void saveSettings();
+ void toggleSettingsEnabled();
private:
QScopedPointer<Ui::AgentSettingsWidget> m_ui;