diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-15 23:49:08 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-15 23:49:08 +0100 | 
| commit | be973382b37b37959eb328f39199b18d951ee0cc (patch) | |
| tree | fbc8acad794c79e35a73d4b8b3faa2588d305534 /src | |
| parent | rekonq 0.6.81 (diff) | |
| download | rekonq-be973382b37b37959eb328f39199b18d951ee0cc.tar.xz | |
Removed unused (?) lastTabClosed signal
Diffstat (limited to 'src')
| -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 | 
