[TD]clazy warnings and duplicate setter/getter
- clazy warning re missing Q_OBJECT - include TechDrawGlobal.h in headers - resolve duplicate setter/getters
This commit is contained in:
committed by
WandererFan
parent
2c047e361d
commit
aa1193559b
@@ -502,7 +502,7 @@ void ViewProviderPage::setGrid()
|
||||
pageWidth = dp->getPageWidth();
|
||||
pageHeight = dp->getPageHeight();
|
||||
}
|
||||
QGVPage* widget = getGraphicsView();
|
||||
QGVPage* widget = getQGVPage();
|
||||
if (widget) {
|
||||
if (ShowGrid.getValue()) {
|
||||
widget->showGrid(true);
|
||||
|
||||
Reference in New Issue
Block a user