summaryrefslogtreecommitdiff
path: root/src/tabbar/tabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar/tabbar.h')
-rw-r--r--src/tabbar/tabbar.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tabbar/tabbar.h b/src/tabbar/tabbar.h
index 793e2acf..db2e6d1c 100644
--- a/src/tabbar/tabbar.h
+++ b/src/tabbar/tabbar.h
@@ -23,6 +23,7 @@ public:
explicit TabBar(QWidget *parent = nullptr);
int addTab(RekonqView *view);
+ RekonqView *removeTab(int index);
[[nodiscard]] RekonqView *view(int index) { return m_views.at(index); }
/*
void setTabHighlighted(int index, bool b);
@@ -35,10 +36,6 @@ public:
setCurrentIndex(index);
}
-signals:
- void currentChanged(RekonqView *view);
- void removeView(RekonqView *);
-
protected:
[[nodiscard]] QSize tabSizeHint(int index) const override;
/*