X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=src%2Fapp.h;h=2e06c249b26d2b20f6a59843f37bfe54332f4f0e;hp=7a7672e7acd384de5a21966a1e7a9756dd16867e;hb=refs%2Fheads%2Fupstream;hpb=967d178c4343c689c728571bb10d5c94ab8d9d13 diff --git a/src/app.h b/src/app.h index 7a7672e..6afb4d7 100644 --- a/src/app.h +++ b/src/app.h @@ -9,9 +9,10 @@ class App : public QApplication { Q_OBJECT public: - explicit App(int argc, char *argv[]); + explicit App(int& argc, char *argv[]); + ~App(); protected: - bool event(QEvent* e); + bool event(QEvent* e) override; private: Window* const window;