ScxmlEditor: Add missing includes

Amends 1e410e2c4d

Change-Id: I5ed585d3025d494a1062d9c7e69836b70454f78f
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Jarek Kobus
2024-09-17 18:12:25 +02:00
parent 4f0758d660
commit 758a06c936
5 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
#include <QGraphicsScene> #include <QGraphicsScene>
#include <QGraphicsSceneMouseEvent> #include <QGraphicsSceneMouseEvent>
#include <QPainter> #include <QPainter>
#include <QPalette>
using namespace ScxmlEditor::PluginInterface; using namespace ScxmlEditor::PluginInterface;

View File

@@ -5,6 +5,7 @@
#include <QGraphicsScene> #include <QGraphicsScene>
#include <QPainter> #include <QPainter>
#include <QPalette>
using namespace ScxmlEditor::PluginInterface; using namespace ScxmlEditor::PluginInterface;

View File

@@ -5,6 +5,7 @@
#include <QGraphicsScene> #include <QGraphicsScene>
#include <QPainter> #include <QPainter>
#include <QPalette>
using namespace ScxmlEditor::PluginInterface; using namespace ScxmlEditor::PluginInterface;

View File

@@ -11,6 +11,7 @@
#include <QDataStream> #include <QDataStream>
#include <QGraphicsScene> #include <QGraphicsScene>
#include <QPainter> #include <QPainter>
#include <QPalette>
using namespace ScxmlEditor::PluginInterface; using namespace ScxmlEditor::PluginInterface;

View File

@@ -7,6 +7,7 @@
#include <QGraphicsScene> #include <QGraphicsScene>
#include <QGraphicsSceneMouseEvent> #include <QGraphicsSceneMouseEvent>
#include <QPainter> #include <QPainter>
#include <QPalette>
using namespace ScxmlEditor::PluginInterface; using namespace ScxmlEditor::PluginInterface;