diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-11 11:02:07 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-11 11:02:07 +0100 |
commit | c2b2f0157103c147d4c30a79658f3096e9b68bf1 (patch) | |
tree | fa29e3ac3b5d50fc57bb13bd4f90af13c0091783 /src/tabwidget.cpp | |
parent | QFIleDialog --> KFIleDialog (diff) | |
download | rekonq-c2b2f0157103c147d4c30a79658f3096e9b68bf1.tar.xz |
ctrl + click open new tab AND select
Diffstat (limited to 'src/tabwidget.cpp')
-rw-r--r-- | src/tabwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabwidget.cpp b/src/tabwidget.cpp index 58ea75c0..0b815b6e 100644 --- a/src/tabwidget.cpp +++ b/src/tabwidget.cpp @@ -639,7 +639,6 @@ void TabWidget::webViewLoadStarted() int index = webViewIndex(webView); if (-1 != index) { -// QIcon icon(QLatin1String(":loading.gif")); setTabIcon(index, KIcon("rekonq") ); } } |