Update MainWindow.cpp

This fixes the path which lets Linux builds succeed. Seems this file moved around between QT versions.
This commit is contained in:
TriVoxel 2026-01-07 17:24:40 -07:00 committed by GitHub
parent fb2a46c4cf
commit a73ad70ad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
#endif
#ifndef _WIN32
#include <qpa/qplatformnativeinterface.h>
#include <QtGui/qpa/qplatformnativeinterface.h>
#endif
#include "Common/Config/Config.h"