[TechDraw] Remove uneeded redefinitions of inherited functions

This commit is contained in:
Benjamin Bræstrup Sayoc
2022-08-07 20:08:21 +02:00
committed by WandererFan
parent 2f49a93292
commit 9905e17ba1
37 changed files with 13 additions and 230 deletions

View File

@@ -196,11 +196,6 @@ QGIView * QGIProjGroup::getAnchorQItem() const
return nullptr;
}
void QGIProjGroup::updateView(bool update)
{
return QGIViewCollection::updateView(update);
}
//QGIPG does not rotate. Only individual views rotate
void QGIProjGroup::rotateView()
{