mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-08 00:02:58 +12:00
Qt: Allocate screen on heap for setCentralWidget
This commit is contained in:
parent
2e5ab26b46
commit
020a29b577
3 changed files with 15 additions and 14 deletions
|
@ -101,7 +101,7 @@ class MainWindow : public QMainWindow {
|
|||
|
||||
QMenuBar* menuBar = nullptr;
|
||||
InputMappings keyboardMappings;
|
||||
ScreenWidget screen;
|
||||
ScreenWidget* screen;
|
||||
AboutWindow* aboutWindow;
|
||||
ConfigWindow* configWindow;
|
||||
CheatsWindow* cheatsEditor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue