Qt: Fix render widget not being on top when using -n / -e

This commit is contained in:
spycrab
2018-05-13 15:03:48 +02:00
parent 99dff10d43
commit fa77e09239
3 changed files with 16 additions and 2 deletions

View File

@ -58,6 +58,8 @@ public:
explicit MainWindow(std::unique_ptr<BootParameters> boot_parameters);
~MainWindow();
void Show();
bool eventFilter(QObject* object, QEvent* event) override;
signals: