tests/auto/qpluginloader/theplugin/plugininterface.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
    43 
    43 
    44 struct PluginInterface {
    44 struct PluginInterface {
    45     virtual ~PluginInterface() {}
    45     virtual ~PluginInterface() {}
    46     virtual QString pluginName() const = 0;
    46     virtual QString pluginName() const = 0;
    47 };
    47 };
       
    48 
       
    49 QT_BEGIN_NAMESPACE
    48 Q_DECLARE_INTERFACE(PluginInterface, "com.trolltect.autotests.plugininterface/1.0")
    50 Q_DECLARE_INTERFACE(PluginInterface, "com.trolltect.autotests.plugininterface/1.0")
       
    51 QT_END_NAMESPACE
    49 
    52 
    50 #endif // PLUGININTERFACE_H
    53 #endif // PLUGININTERFACE_H
    51 
    54