diff options
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index bc8b6765..00975206 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -99,7 +99,6 @@ public: Q_SIGNALS: // tab widget signals void tabsChanged(); - void lastTabClosed(); // current tab signals void currentTitle(const QString &url); @@ -125,6 +124,7 @@ public Q_SLOTS: void closeTab(int index = -1, bool del = true); void closeOtherTabs(int index = -1); void reloadTab(int index = -1); + /** * Detaches tab at @c index to a new window. * If @c toWindow is not null, the tab is instead |