PE: Fix compile with older Qt

Otherwise meta object system complains.

Change-Id: Ibb929e7341aac92b8272d9647d25e88bb9668319
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2024-07-31 15:51:17 +02:00
parent f752989f83
commit ad42cf0dae
2 changed files with 1 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
#include "appoutputpane.h" #include "appoutputpane.h"
#include "project.h"
#include "projectexplorer.h" #include "projectexplorer.h"
#include "projectexplorerconstants.h" #include "projectexplorerconstants.h"
#include "projectexplorericons.h" #include "projectexplorericons.h"

View File

@@ -7,8 +7,6 @@
#include <coreplugin/dialogs/ioptionspage.h> #include <coreplugin/dialogs/ioptionspage.h>
namespace ProjectExplorer { class Project; }
namespace TextEditor { namespace TextEditor {
class TEXTEDITOR_EXPORT CommentsSettings class TEXTEDITOR_EXPORT CommentsSettings