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:
Aleix Pol 2021-05-13 17:06:25 +02:00
parent edd1ec389b
commit 6176a63d76
2 changed files with 0 additions and 4 deletions

View file

@ -44,5 +44,3 @@ bool KWinScriptsData::isDefaults() const
return true;
}
#include "kwinscriptsdata.moc"

View file

@ -191,5 +191,3 @@ void Module::save()
emit changed(false);
}
#include "module.moc"