Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -582,7 +582,7 @@ bool TaskDialogPython::tryLoadUiFile()
|
||||
appendForm(form, QPixmap(icon));
|
||||
}
|
||||
else {
|
||||
Base::Console().Error("Failed to load UI file from '%s'\n",
|
||||
Base::Console().error("Failed to load UI file from '%s'\n",
|
||||
(const char*)fn.toUtf8());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user