older gcc verion need override final
This commit is contained in:
parent
728e92dad2
commit
b626019345
@ -24,7 +24,7 @@ class QSK_EXPORT QskSwitchButton : public QskAbstractButton
|
|||||||
|
|
||||||
~QskSwitchButton() override;
|
~QskSwitchButton() override;
|
||||||
|
|
||||||
bool isCheckable() const final;
|
bool isCheckable() const override final;
|
||||||
|
|
||||||
Qt::Orientation orientation() const;
|
Qt::Orientation orientation() const;
|
||||||
void setOrientation(Qt::Orientation);
|
void setOrientation(Qt::Orientation);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user