Fixing CI

This commit is contained in:
AnonymusRaccoon
2020-02-28 11:04:55 +01:00
parent 9e0e712ce0
commit fc89c9128e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ namespace ComSquare::Renderer
#ifdef Q_WS_X11
XFlush(QX11Info::display());
#endif
this->_window.create(this->winId());
this->_window.create((sf::WindowHandle)this->winId());
this->_onInit();
connect(&_timer, SIGNAL(timeout()), this, SLOT(repaint()));