Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -271,7 +271,7 @@ QPixmap BitmapFactoryInst::pixmap(const char* name) const
|
||||
return icon;
|
||||
}
|
||||
|
||||
Base::Console().Warning("Cannot find icon: %s\n", name);
|
||||
Base::Console().warning("Cannot find icon: %s\n", name);
|
||||
return QPixmap(Gui::BitmapFactory().pixmapFromSvg("help-browser", QSize(16, 16)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user