fixing include recursive

This commit is contained in:
Clément Le Bihan
2021-05-19 10:03:45 +02:00
parent dbf3f6aaa4
commit cf1c6614c1
6 changed files with 7 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ namespace ComSquare::Debugger
this->_window->setAttribute(Qt::WA_DeleteOnClose);
this->_ui.setupUi(this->_window);
this->_sfWidget(this->_ui.tab);
this->_sfWidget = std::make_unique<Renderer::QtSFML>(this->_ui.tab);
this->_window->show();
QEvent::registerEventType();
}