Qt: Enable stylesheet cli args and add stylesheet option "None"

This commit is contained in:
Megamouse 2019-09-08 18:27:36 +02:00
parent 3e9ed9a17d
commit 2ab19efb90
9 changed files with 71 additions and 23 deletions

View file

@ -17,7 +17,7 @@ public:
headless_application(int& argc, char** argv);
/** Call this method before calling app.exec */
void Init(const bool show_gui = false) override;
void Init() override;
private:
void InitializeCallbacks();