Commit 7691c058 authored by dogmaphobic's avatar dogmaphobic

Removing unnecessary include.

parent 2a96c641
...@@ -90,8 +90,6 @@ const char* QGCApplication::_lightStyleFile = ":/res/styles/style-light.css"; ...@@ -90,8 +90,6 @@ const char* QGCApplication::_lightStyleFile = ":/res/styles/style-light.css";
* This is called by the QtQuick engine for creating the singleton * This is called by the QtQuick engine for creating the singleton
**/ **/
#include <QQmlEngine>
static QObject* screenToolsSingletonFactory(QQmlEngine*, QJSEngine*) static QObject* screenToolsSingletonFactory(QQmlEngine*, QJSEngine*)
{ {
ScreenTools* screenTools = new ScreenTools; ScreenTools* screenTools = new ScreenTools;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment