Fixed a bunch of compiler warnings.

This commit is contained in:
lotodore
2007-09-30 18:50:46 +00:00
parent 0e11228a95
commit 0d1650e9a9
9 changed files with 79 additions and 77 deletions
@@ -513,4 +513,4 @@ void gameLobbyDialogImpl::hideShowGameDescription(bool show) {
label_gameDesc4->hide();
label_gameDesc5->hide();
}
}
}
+1 -1
View File
@@ -82,4 +82,4 @@ std::string QtHelper::getDataPathStdString(const std::string &appPath)
return (QDir::cleanPath(path) + "/").toUtf8().constData();
}
}