Add missing includes moc

This commit is contained in:
Laurent Montel
2024-04-15 08:10:50 +02:00
parent c3e7a99bca
commit a247e40865
10 changed files with 19 additions and 0 deletions

View File

@@ -33,3 +33,5 @@ ProxyController::ProxyController(QObject *parent)
: QObject(parent)
{
}
#include "moc_proxycontroller.cpp"