diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-23 19:04:05 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-23 19:04:05 +0100 |
commit | facc2f92fe73d4e925510fcb2936483798efba6a (patch) | |
tree | 6e01c451eb3c84a6b6b0978c7a870c7df0bbb966 /src/webtab | |
parent | Remove double "rekonq - rekonq" from title (diff) | |
download | rekonq-facc2f92fe73d4e925510fcb2936483798efba6a.tar.xz |
Improve icon management code
In the 1.x way, IconManager notified all the tabs about icons changed.
This way, just the interested tab is :)
Diffstat (limited to 'src/webtab')
-rw-r--r-- | src/webtab/webpage.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webtab/webpage.cpp b/src/webtab/webpage.cpp index a501c4bb..958dc5c1 100644 --- a/src/webtab/webpage.cpp +++ b/src/webtab/webpage.cpp @@ -177,9 +177,6 @@ WebPage::WebPage(QWidget *parent, bool isPrivateBrowsing) // protocol handler signals connect(&_protHandler, SIGNAL(downloadUrl(KUrl)), this, SLOT(downloadUrl(KUrl))); - - // TODO: Remove me and implement an icon retriever for each tab - connect(IconManager::self(), SIGNAL(iconChanged()), mainFrame(), SIGNAL(iconChanged())); } |