mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Qt: Enable stylesheet cli args and add stylesheet option "None"
This commit is contained in:
parent
3e9ed9a17d
commit
2ab19efb90
9 changed files with 71 additions and 23 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue