summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpluginloader/theplugin/plugininterface.h
diff options
context:
space:
mode:
authorBill King <bking@trolltech.com>2010-02-19 04:42:37 (GMT)
committerBill King <bking@trolltech.com>2010-02-19 04:42:37 (GMT)
commit5162616cbfd16fce37c1f26081cbf83f02fb5831 (patch)
tree66b8a2a58479d438b5c71f2bff453e5357eaef46 /tests/auto/qpluginloader/theplugin/plugininterface.h
parent3598150df228148c49aa5212ee42bd56c3690032 (diff)
parent52e517b50aafd6cc0bec597abd50d8b3f7e982dd (diff)
downloadQt-5162616cbfd16fce37c1f26081cbf83f02fb5831.zip
Qt-5162616cbfd16fce37c1f26081cbf83f02fb5831.tar.gz
Qt-5162616cbfd16fce37c1f26081cbf83f02fb5831.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-sql-team into 4.6
Diffstat (limited to 'tests/auto/qpluginloader/theplugin/plugininterface.h')
-rw-r--r--tests/auto/qpluginloader/theplugin/plugininterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qpluginloader/theplugin/plugininterface.h b/tests/auto/qpluginloader/theplugin/plugininterface.h
index 0b093db..9b69429 100644
--- a/tests/auto/qpluginloader/theplugin/plugininterface.h
+++ b/tests/auto/qpluginloader/theplugin/plugininterface.h
@@ -45,7 +45,10 @@ struct PluginInterface {
virtual ~PluginInterface() {}
virtual QString pluginName() const = 0;
};
+
+QT_BEGIN_NAMESPACE
Q_DECLARE_INTERFACE(PluginInterface, "com.trolltect.autotests.plugininterface/1.0")
+QT_END_NAMESPACE
#endif // PLUGININTERFACE_H