mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-15 03:22:11 +01:00
Mark TabBarHelper::initStyleOption() as override
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
638cf87b8f
commit
b677e0b368
|
@ -274,7 +274,7 @@ private:
|
||||||
void mouseReleaseEvent(QMouseEvent* event) override;
|
void mouseReleaseEvent(QMouseEvent* event) override;
|
||||||
|
|
||||||
int dragOffset(QStyleOptionTab *option, int tabIndex) const;
|
int dragOffset(QStyleOptionTab *option, int tabIndex) const;
|
||||||
void initStyleOption(QStyleOptionTab* option, int tabIndex) const;
|
void initStyleOption(QStyleOptionTab* option, int tabIndex) const override;
|
||||||
|
|
||||||
ComboTabBar* m_comboTabBar;
|
ComboTabBar* m_comboTabBar;
|
||||||
QScrollArea* m_scrollArea;
|
QScrollArea* m_scrollArea;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user