diff options
Diffstat (limited to 'src/tools/sdktool/getoperation.h')
-rw-r--r-- | src/tools/sdktool/getoperation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/sdktool/getoperation.h b/src/tools/sdktool/getoperation.h index 56b7970ca35..3aab4ceb86f 100644 --- a/src/tools/sdktool/getoperation.h +++ b/src/tools/sdktool/getoperation.h @@ -39,11 +39,10 @@ public: int execute() const final; #ifdef WITH_TESTS - bool test() const final; + static void unittest(); #endif static QVariant get(const QVariantMap &map, const QString &key); - private: QStringList m_keys; QString m_file; |