mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue