#ifndef CTKEVENTCONSTANTS_H #define CTKEVENTCONSTANTS_H #include #include "CTKPluginFrameworkExport.h" struct CTK_PLUGINFW_EXPORT EventConstants { static const QString EVENT_TOPIC; // = "event.topics" static const QString EVENT_FILTER; // = "event.filter" }; #endif // CTKEVENTCONSTANTS_H