ctkInternalSystemPlugin_p.h 293 B

123456789101112131415161718192021
  1. #ifndef CTKINTERNALSYSTEMPLUGIN_P_H
  2. #define CTKINTERNALSYSTEMPLUGIN_P_H
  3. #include "ctkPlugin.h"
  4. namespace ctk {
  5. class InternalSystemPluginPrivate;
  6. class InternalSystemPlugin : public Plugin {
  7. public:
  8. void start();
  9. void stop();
  10. };
  11. }
  12. #endif // CTKINTERNALSYSTEMPLUGIN_P_H