mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -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();
|
||||
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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user