Skip to content

Commit

Permalink
fix(handler): Remove handler include from sandbox (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
borismelnik authored and micieslak committed Sep 21, 2022
1 parent abd8ea2 commit a82d07d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/StatusQ/sandbox/sandboxapp.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#include <QFileSystemWatcher>
#endif

#include "handler.h"

class SandboxApp : public QGuiApplication
{
public:
Expand All @@ -22,7 +20,6 @@ public slots:

private:
QQmlApplicationEngine m_engine;
Handler *m_handler;

#ifdef QT_DEBUG
QFileSystemWatcher m_watcher;
Expand Down

0 comments on commit a82d07d

Please sign in to comment.