aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-04-18 21:43:46 +0200
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-04-19 07:39:13 +0000
commit0c7a5165f3b3c9d2f271da4fe3cb49f09844a56e (patch)
treeb07895bf0ef75c7e7210e7d238a0184fe0ff254a /src/imports/testlib
parent3b3ab6853c704b9bac5926dcf83bcdbbfaf2107f (diff)
Remove empty method
The base type already provides an empty implementation of that method. Change-Id: I942db101343b1d4bb6de16ada189d969834a6cae Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/imports/testlib')
-rw-r--r--src/imports/testlib/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/imports/testlib/main.cpp b/src/imports/testlib/main.cpp
index 1809477bfc..1632d7ba64 100644
--- a/src/imports/testlib/main.cpp
+++ b/src/imports/testlib/main.cpp
@@ -159,10 +159,6 @@ public:
qmlRegisterType<QuickTestEvent>(uri,1,0,"TestEvent");
qmlRegisterType<QuickTestUtil>(uri,1,0,"TestUtil");
}
-
- void initializeEngine(QQmlEngine *, const char *)
- {
- }
};
QT_END_NAMESPACE