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 cf0cb26e..74163b11 100644 --- a/lang/qt/tests/t-support.h +++ b/lang/qt/tests/t-support.h @@ -55,6 +55,8 @@ void killAgent(const QString &dir = qgetenv("GNUPGHOME")); class QGpgMETest : public QObject { Q_OBJECT +protected: + bool copyKeyrings(const QString &from, const QString& to); public Q_SLOTS: void initTestCase(); |