summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qaspectengine/tst_qaspectengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/qaspectengine/tst_qaspectengine.cpp')
-rw-r--r--tests/auto/core/qaspectengine/tst_qaspectengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/qaspectengine/tst_qaspectengine.cpp b/tests/auto/core/qaspectengine/tst_qaspectengine.cpp
index 299c08f70..2591720a3 100644
--- a/tests/auto/core/qaspectengine/tst_qaspectengine.cpp
+++ b/tests/auto/core/qaspectengine/tst_qaspectengine.cpp
@@ -52,7 +52,7 @@ public: \
\
private: \
void onRootEntityChanged(QEntity *) Q_DECL_OVERRIDE {} \
- void onInitialize(const QVariantMap &) Q_DECL_OVERRIDE {} \
+ void onInitialize() Q_DECL_OVERRIDE {} \
void onStartup() Q_DECL_OVERRIDE {} \
void onShutdown() Q_DECL_OVERRIDE {} \
void onCleanup() Q_DECL_OVERRIDE {} \