Handle tab icon updates

Closes PR #135
This commit is contained in:
Jacob Young
2021-04-05 06:25:22 +01:00
committed by Sergio Martins
parent f82ea82403
commit 8504252142
11 changed files with 36 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ protected:
bool insertDockWidget(int index, DockWidgetBase *, const QIcon&, const QString &title) override;
void setTabBarAutoHide(bool) override;
void renameTab(int index, const QString &) override;
void changeTabIcon(int index, const QIcon &) override;
DockWidgetBase *dockwidgetAt(int index) const override;
int currentIndex() const override;