Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -64,7 +64,7 @@ void PATPathMaker::lineSetToFillItems(LineSet& ls)
|
||||
m_fillItems.push_back(fillItem);
|
||||
|
||||
if (m_segCount > m_maxSeg) {
|
||||
Base::Console().Warning("PAT segment count exceeded: %ld\n", m_segCount);
|
||||
Base::Console().warning("PAT segment count exceeded: %ld\n", m_segCount);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -155,7 +155,7 @@ QPainterPath PATPathMaker::dashedPPath(const std::vector<double> dashPattern, co
|
||||
while (travel < lineLength) {
|
||||
bool stop = false;
|
||||
if (m_segCount > 10000) {
|
||||
Base::Console().Warning("PAT segment count exceeded: %ld\n", m_segCount);
|
||||
Base::Console().warning("PAT segment count exceeded: %ld\n", m_segCount);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user