| 123456789101112131415161718 | #ifndef CTKEVENTCONSTANTS_H#define CTKEVENTCONSTANTS_H#include <QString>#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
 |