mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06: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:
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user