mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-15 20:42:41 +00:00
Remove note about reusing the render widget.
This is actually not possible due to how Qt manages child widgets...
This commit is contained in:
parent
f151f5ed23
commit
ca8316ac54
@ -65,7 +65,7 @@ private:
|
|||||||
QString ShowFileDialog();
|
QString ShowFileDialog();
|
||||||
void DoStartPause();
|
void DoStartPause();
|
||||||
|
|
||||||
std::unique_ptr<DRenderWidget> m_render_widget; // TODO: just create this once and reuse it
|
std::unique_ptr<DRenderWidget> m_render_widget;
|
||||||
bool m_isStopping = false;
|
bool m_isStopping = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user