From 20d3ffdd06757bd297e3ce390ef9c425ed0a445e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 9 May 2015 20:15:15 +0200 Subject: Provide more information in user list. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark keys that are not valid and keys that have a secret key available specially. Signed-off-by: Reimar Döffinger --- mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mainwindow.h') 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 listKeys(QString keystring = ""); + QList listKeys(QString keystring = "", bool secret = false); QStringList getRecipientList(QString for_file); QString getRecipientString(QString for_file, QString separator = " ", int *count = NULL); void mountWebDav(); -- cgit v1.2.3