diff options
Diffstat (limited to 'tests/auto/declarative/qmlmoduleplugin/plugin/plugin.cpp')
-rw-r--r-- | tests/auto/declarative/qmlmoduleplugin/plugin/plugin.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlmoduleplugin/plugin/plugin.cpp b/tests/auto/declarative/qmlmoduleplugin/plugin/plugin.cpp index a4e47f7..10adda0 100644 --- a/tests/auto/declarative/qmlmoduleplugin/plugin/plugin.cpp +++ b/tests/auto/declarative/qmlmoduleplugin/plugin/plugin.cpp @@ -68,6 +68,11 @@ class MyPlugin : public QmlModulePlugin { Q_OBJECT public: + MyPlugin() + { + qWarning("plugin created"); + } + QStringList keys() const { return QStringList() << QLatin1String("com.nokia.AutoTestQmlPluginType"); |