Include moc files for a tiny speedup on incremental builds

This commit is contained in:
Nicolas Werner 2024-03-16 01:24:33 +01:00
parent d2009428b6
commit 06927cd3c2
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
72 changed files with 335 additions and 17 deletions

View file

@ -97,3 +97,5 @@ ImagePackListModel::containsAccountPack() const
return true;
return false;
}
#include "moc_ImagePackListModel.cpp"