Remove unnecessary moc files

They are not necessary if there's no QObjects being declared and just
produce a warning from moc
master
Aleix Pol 3 years ago
parent edd1ec389b
commit 6176a63d76

@ -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…
Cancel
Save