Fix warnings that occured on linux using clang

This commit is contained in:
Rasmus Karlsson
2018-04-14 21:59:51 +02:00
parent 57e788422f
commit b7266b1640
21 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ CommandManager::Command::Command(QString _text)
int index = _text.indexOf(' ');
if (index == -1) {
this->name == _text;
this->name = _text;
return;
}