Fix moc include for Qt 6 build after removing symlinks

This commit is contained in:
Martchus 2023-02-27 22:31:06 +01:00
parent a94f5fb694
commit 3d17eb0c70
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <QAbstractItemModel>
#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
Q_MOC_INCLUDE("../connector/syncthingconnection.h")
Q_MOC_INCLUDE("../syncthingconnector/syncthingconnection.h")
#endif
namespace Data {