Qt: Fix fullscreen

This commit is contained in:
spycrab
2018-03-21 20:53:37 +01:00
parent 9cf22aec04
commit 8ead5be9f2
5 changed files with 25 additions and 11 deletions

View File

@ -17,6 +17,7 @@ public:
explicit RenderWidget(QWidget* parent = nullptr);
bool event(QEvent* event) override;
void showFullScreen();
signals:
void EscapePressed();