Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -166,7 +166,7 @@ void TaskAppearance::onChangeModeActivated(const QString& s)
|
||||
|
||||
void TaskAppearance::onChangePlotActivated(const QString& s)
|
||||
{
|
||||
Base::Console().Log("Plot = %s\n", (const char*)s.toLatin1());
|
||||
Base::Console().log("Plot = %s\n", (const char*)s.toLatin1());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user