mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Update qt_rendererstack.hpp: reorder some things to fix a warning.
This commit is contained in:
@@ -116,6 +116,8 @@ public slots:
|
||||
private:
|
||||
void createRenderer(Renderer renderer);
|
||||
|
||||
QBoxLayout* boxLayout = nullptr;
|
||||
|
||||
Ui::RendererStack *ui;
|
||||
|
||||
int x;
|
||||
@@ -139,8 +141,6 @@ private:
|
||||
std::atomic_bool rendererTakesScreenshots;
|
||||
std::atomic_bool switchInProgress{false};
|
||||
|
||||
QBoxLayout* boxLayout = nullptr;
|
||||
|
||||
char auto_mouse_type[16];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user