diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-09 18:46:46 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-09 18:46:46 +0200 |
commit | 4de5fd991b2a797e8644c581db6fe41cc4791735 (patch) | |
tree | f667dba6d1e2740b45e9cc83964528612bff9559 /src/mainview.h | |
parent | pedantic (diff) | |
download | rekonq-4de5fd991b2a797e8644c581db6fe41cc4791735.tar.xz |
Removed unuseful lasttabclosed signal in mainview.
This becamed unuseful because of choose to do nothing if just 1 tab
opened.
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index f7e1bbb9..41543b65 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -60,7 +60,6 @@ signals: // tab widget signals void loadUrlPage(const KUrl &url); void tabsChanged(); - void lastTabClosed(); // current tab signals void setCurrentTitle(const QString &url); |