Remove unnecessary moc files
They are not necessary if there's no QObjects being declared and just produce a warning from moc
This commit is contained in:
parent
edd1ec389b
commit
6176a63d76
2 changed files with 0 additions and 4 deletions
|
@ -44,5 +44,3 @@ bool KWinScriptsData::isDefaults() const
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
#include "kwinscriptsdata.moc"
|
||||
|
|
|
@ -191,5 +191,3 @@ void Module::save()
|
|||
|
||||
emit changed(false);
|
||||
}
|
||||
|
||||
#include "module.moc"
|
||||
|
|
Loading…
Reference in a new issue