ctkEventConstants.h 319 B

123456789101112131415161718
  1. #ifndef CTKEVENTCONSTANTS_H
  2. #define CTKEVENTCONSTANTS_H
  3. #include <QString>
  4. #include "CTKPluginFrameworkExport.h"
  5. struct CTK_PLUGINFW_EXPORT EventConstants {
  6. static const QString EVENT_TOPIC; // = "event.topics"
  7. static const QString EVENT_FILTER; // = "event.filter"
  8. };
  9. #endif // CTKEVENTCONSTANTS_H