summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorReimar Döffinger <brouwer@annejan.com>2015-04-26 23:16:15 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2015-04-26 23:16:15 +0200
commite979eff6861082f5e67e0cb8da24bd5aa0e2dd10 (patch)
tree7b7c2138196cbe10b5558f6931c04f646703b4df /mainwindow.h
parent61122f31921247c945bb33267c5e8d6ee743a5a9 (diff)
Ensure user dialog does not discard unknown keys.
Instead display them at the top of the list.
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 19243556..1c763c04 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -91,7 +91,8 @@ private:
void normalizePassStore();
QSettings &getSettings();
QList<UserInfo> listKeys(QString keystring = "");
- QString getRecipientString(QString for_file, QString separator = " ");
+ QStringList getRecipientList(QString for_file);
+ QString getRecipientString(QString for_file, QString separator = " ", int *count = NULL);
void mountWebDav();
};