summaryrefslogtreecommitdiffstats
path: root/dialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-03 16:15:01 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-03 16:15:01 +0200
commita1fd6d856b29efda1f5a68ae646af27ef203fa0b (patch)
treea024f5874f63b2be2923a2dbdceb7f5e27b1508d /dialog.h
parent328eb828d3a05045270f9909939e42e5e75bcbbc (diff)
adding of newly created .gpg-id file(s)
Diffstat (limited to 'dialog.h')
-rw-r--r--dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dialog.h b/dialog.h
index 2220d68b..1617bb75 100644
--- a/dialog.h
+++ b/dialog.h
@@ -25,6 +25,7 @@ public:
void setAutoclear(int);
void hidePassword(bool);
void hideContent(bool);
+ void addGPGId(bool);
QString getPassPath();
QString getGitPath();
QString getGpgPath();
@@ -35,6 +36,7 @@ public:
int getAutoclear();
bool hidePassword();
bool hideContent();
+ bool addGPGId();
private slots:
void on_radioButtonNative_clicked();
@@ -43,9 +45,7 @@ private slots:
void on_toolButtonGpg_clicked();
void on_toolButtonPass_clicked();
void on_toolButtonStore_clicked();
-
void on_checkBoxClipboard_clicked();
-
void on_checkBoxAutoclear_clicked();
private: