Reimplemented DockWidgetSideTab based on QPushButton

This commit is contained in:
Uwe Kindler
2022-10-18 16:43:39 +02:00
parent cbc43e5e0e
commit 866ccb2c4e
6 changed files with 16 additions and 268 deletions

View File

@@ -59,7 +59,7 @@ CPushButton::Orientation CPushButton::orientation() const
return m_Orientation;
}
void CPushButton::setOrientation(Orientation &orientation)
void CPushButton::setOrientation(Orientation orientation)
{
m_Orientation = orientation;
}