Remove note about reusing the render widget.

This is actually not possible due to how Qt manages child widgets...
This commit is contained in:
Augustin Cavalier 2014-11-26 15:30:35 -05:00
parent f151f5ed23
commit ca8316ac54

View File

@ -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;
};