mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-12 05:54:03 +00:00
Adding a base class for a QT window
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user