Adding a base class for a QT window

This commit is contained in:
Anonymus Raccoon
2020-02-16 16:53:18 +01:00
parent 6ff4de3e0b
commit c16ce36105
24 changed files with 159 additions and 74 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ namespace ComSquare::Renderer
delete [] this->_pixelBuffer;
}
void SFRenderer::setWindowName(std::string newWindowName)
void SFRenderer::setWindowName(std::string &newWindowName)
{
this->_window.setTitle(newWindowName + " - ComSquare");
}