mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-26 07:50:04 +00:00
Adding a base class for a QT window
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace ComSquare::Renderer
|
||||
{
|
||||
void NoRenderer::setWindowName(std::string newWindowName)
|
||||
void NoRenderer::setWindowName(std::string &newWindowName)
|
||||
{
|
||||
(void)newWindowName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user