summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qgraphicssystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qgraphicssystem.cpp')
-rw-r--r--src/gui/painting/qgraphicssystem.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/painting/qgraphicssystem.cpp b/src/gui/painting/qgraphicssystem.cpp
index 777b93d..1565c45 100644
--- a/src/gui/painting/qgraphicssystem.cpp
+++ b/src/gui/painting/qgraphicssystem.cpp
@@ -89,6 +89,10 @@ QList<QGraphicsSystemScreen *> QGraphicsSystem::screens() const
return QList<QGraphicsSystemScreen *>();
}
+QGraphicsSystemScreen::QGraphicsSystemScreen(QObject *parent)
+ : QObject(parent)
+{}
+
QGraphicsSystemScreen::~QGraphicsSystemScreen()
{
}