123456789101112131415161718 |
- #ifndef CTKPLUGINCONSTANTS_H
- #define CTKPLUGINCONSTANTS_H
- #include <QString>
- namespace ctk {
- struct PluginConstants {
- static const QString FRAMEWORK_STORAGE;
- static const QString PLUGIN_DIRECTORIES;
- };
- }
- #endif // CTKPLUGINCONSTANTS_H
|