| 15 | #include <KPluginFactory> |
| 16 | |
| 17 | KWinScriptsData::KWinScriptsData(QObject *parent) |
| 18 | : KCModuleData(parent) |
| 19 | , m_kwinConfig(KSharedConfig::openConfig("kwinrc")) |
| 20 | { |
| 21 | } |
| 22 | |
| 23 | QList<KPluginMetaData> KWinScriptsData::pluginMetaDataList() const |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected