summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-03 01:21:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-03 01:21:23 +0200
commitd9c7b45280fc470413e125e52ca1558884429530 (patch)
treea00550e67a818394b0882f459a9b32cc6b9bdba6 /src/tabbar.cpp
parentFixing mainview description (diff)
downloadrekonq-d9c7b45280fc470413e125e52ca1558884429530.tar.xz
Open Location Icon
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r--src/tabbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp
index cf3a1988..8163cb5c 100644
--- a/src/tabbar.cpp
+++ b/src/tabbar.cpp
@@ -50,6 +50,7 @@ TabBar::TabBar(QWidget *parent)
setAcceptDrops(true);
connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(contextMenuRequested(const QPoint &)));
+
// we count to 9 because Ctrl+0 is already taken by Normal Font
for (int i = 1; i < 10; ++i)
{
@@ -213,4 +214,3 @@ void TabBar::reloadTab()
{
emit reloadTab(m_actualIndex);
}
-