Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -88,7 +88,7 @@ QRectF DrawViewImage::getRect() const { return {0.0, 0.0, Width.getValue(), Heig
|
||||
|
||||
void DrawViewImage::replaceImageIncluded(std::string newImageFile)
|
||||
{
|
||||
// Base::Console().Message("DVI::replaceImageIncluded(%s)\n", newImageFile.c_str());
|
||||
// Base::Console().message("DVI::replaceImageIncluded(%s)\n", newImageFile.c_str());
|
||||
if (newImageFile.empty()) {
|
||||
return;
|
||||
}
|
||||
@@ -104,7 +104,7 @@ void DrawViewImage::replaceImageIncluded(std::string newImageFile)
|
||||
|
||||
void DrawViewImage::setupObject()
|
||||
{
|
||||
// Base::Console().Message("DVI::setupObject()\n");
|
||||
// Base::Console().message("DVI::setupObject()\n");
|
||||
replaceImageIncluded(ImageFile.getValue());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user