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

@ -9,10 +9,8 @@ headless_application::headless_application(int& argc, char** argv) : QCoreApplic
{
}
void headless_application::Init(const bool show_gui)
void headless_application::Init()
{
Q_UNUSED(show_gui);
// Force init the emulator
InitializeEmulator("1", true); // TODO: get user from cli args if possible