QmlPreview: Fix missing include for older Qt

Otherwise the meta type system complains.
Amends bbed189656.

Change-Id: I7cd4a2b244d7b3920029a47a706be89735f67cd4
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2024-07-29 06:42:56 +02:00
parent 50a9fc3cb8
commit d487237b6b

View File

@@ -7,12 +7,11 @@
#include "qmldebugtranslationclient.h"
#include <extensionsystem/iplugin.h>
#include <projectexplorer/runcontrol.h>
#include <qmljs/qmljsdialect.h>
namespace Core { class IEditor; }
namespace ProjectExplorer { class RunControl; }
namespace QmlDebug { class QmlDebugConnection; }
namespace QmlPreview {