TD: modernize C++11
* use nullptr
This commit is contained in:
@@ -193,7 +193,7 @@ QGIView * QGIProjGroup::getAnchorQItem() const
|
||||
return view;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void QGIProjGroup::updateView(bool update)
|
||||
|
||||
Reference in New Issue
Block a user