diff options
Diffstat (limited to 'lang/qt/tests/t-support.h')
-rw-r--r-- | lang/qt/tests/t-support.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/qt/tests/t-support.h b/lang/qt/tests/t-support.h index 81775cad..77bef56d 100644 --- a/lang/qt/tests/t-support.h +++ b/lang/qt/tests/t-support.h @@ -53,6 +53,8 @@ public: } // namespace GpgME void killAgent(const QString &dir = qgetenv("GNUPGHOME")); +/* Is the passphrase Provider / loopback Supported */ +bool loopbackSupported(); class QGpgMETest : public QObject { |