summaryrefslogtreecommitdiffstats
path: root/src/pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pass.h')
-rw-r--r--src/pass.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/pass.h b/src/pass.h
index 3ef3c7db..acdabd36 100644
--- a/src/pass.h
+++ b/src/pass.h
@@ -11,13 +11,6 @@
#include <cassert>
#include <map>
-#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
-#include <QRandomGenerator>
-#else
-#include <fcntl.h>
-#include <unistd.h>
-#endif
-
/*!
\class Pass
\brief Acts as an abstraction for pass or pass imitation
@@ -57,6 +50,7 @@ public:
QList<UserInfo> listKeys(QStringList keystrings, bool secret = false);
QList<UserInfo> listKeys(QString keystring = "", bool secret = false);
void updateEnv();
+ static QString getGpgIdPath(QString for_file);
static QStringList getRecipientList(QString for_file);
// TODO(bezet): getRecipientString is useless, refactor
static QStringList getRecipientString(QString for_file,