summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 6af4012c..749fb7ea 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -97,7 +97,11 @@ public:
inline QList<HistoryItem> recentlyClosedTabs() { return m_recentlyClosedTabs; }
Q_SIGNALS:
- // tab widget signals
+ // tabs change when:
+ // - current tab change
+ // - one tab is closed
+ // - one tab is added
+ // - one tab is updated (eg: changes url)
void tabsChanged();
// current tab signals