summaryrefslogtreecommitdiffstats
path: root/dialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-05-27 04:28:21 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-27 04:28:21 +0200
commit3cd9eccbafc149157b56341b5c6fe04df8383457 (patch)
treeed4874e2a40633cd356e7c133824491f6596d2f6 /dialog.h
parent1e7d73761321c0c1f7733deb927631495d6869c3 (diff)
working profiles, needs some love in dialog
Diffstat (limited to 'dialog.h')
-rw-r--r--dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dialog.h b/dialog.h
index 031f6969..5d2c12ed 100644
--- a/dialog.h
+++ b/dialog.h
@@ -24,6 +24,7 @@ public:
void setGitPath(QString);
void setGpgPath(QString);
void setStorePath(QString);
+ void setProfiles(QHash<QString, QString>, QString);
void usePass(bool);
void useClipboard(bool);
void useAutoclear(bool);
@@ -35,6 +36,7 @@ public:
QString getGitPath();
QString getGpgPath();
QString getStorePath();
+ QHash<QString,QString> getProfiles();
bool usePass();
bool useClipboard();
bool useAutoclear();