fix(handler): Remove handler include from sandbox (#834)

This commit is contained in:
Boris Melnik 2022-08-05 12:21:34 +03:00 committed by Michał Cieślak
parent abd8ea2195
commit a82d07db7a
1 changed files with 0 additions and 3 deletions

View File

@ -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;