summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorReimar Döffinger <brouwer@annejan.com>2015-05-09 20:15:15 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2015-05-09 20:16:40 +0200
commit20d3ffdd06757bd297e3ce390ef9c425ed0a445e (patch)
tree92b81ddc1a585f671900bf08fddc0af5fddbe825 /mainwindow.h
parent19df23ce24f3beb0abac3f91344fe0d247b1ae84 (diff)
Provide more information in user list.
Mark keys that are not valid and keys that have a secret key available specially. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 9d247311..ece97da7 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -101,7 +101,7 @@ private:
void setPassword(QString, bool);
void normalizePassStore();
QSettings &getSettings();
- QList<UserInfo> listKeys(QString keystring = "");
+ QList<UserInfo> listKeys(QString keystring = "", bool secret = false);
QStringList getRecipientList(QString for_file);
QString getRecipientString(QString for_file, QString separator = " ", int *count = NULL);
void mountWebDav();