mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:06:41 +02:00
Remove unneeded include in WindowScriptingInterface
This commit is contained in:
parent
0477706cb9
commit
9a44b2b2fb
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
#include "LocationScriptingInterface.h"
|
|
||||||
|
|
||||||
class WindowScriptingInterface : public QObject {
|
class WindowScriptingInterface : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PROPERTY(int innerWidth READ getInnerWidth)
|
Q_PROPERTY(int innerWidth READ getInnerWidth)
|
||||||
|
|
Loading…
Reference in a new issue