mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 10:31:31 +02: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();
|
||||
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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user