fix(handler): Remove handler include from sandbox (#834)
This commit is contained in:
parent
abd8ea2195
commit
a82d07db7a
|
@ -8,8 +8,6 @@
|
||||||
#include <QFileSystemWatcher>
|
#include <QFileSystemWatcher>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "handler.h"
|
|
||||||
|
|
||||||
class SandboxApp : public QGuiApplication
|
class SandboxApp : public QGuiApplication
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -22,7 +20,6 @@ public slots:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QQmlApplicationEngine m_engine;
|
QQmlApplicationEngine m_engine;
|
||||||
Handler *m_handler;
|
|
||||||
|
|
||||||
#ifdef QT_DEBUG
|
#ifdef QT_DEBUG
|
||||||
QFileSystemWatcher m_watcher;
|
QFileSystemWatcher m_watcher;
|
||||||
|
|
Loading…
Reference in New Issue