#pragma once #include #include class Root : public QGuiApplication { Q_OBJECT public: Root(int& argc, char* argv[]); ~Root(); bool notify(QObject* receiver, QEvent* e) override; };