Update qt_rendererstack.hpp: reorder some things to fix a warning.

This commit is contained in:
Miran Grča
2025-10-03 23:03:26 +02:00
committed by GitHub
parent 8d5b56311b
commit d1b29d7a4f

View File

@@ -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];
};