From 2f13db3514ee77317b889904baa657b0257d962a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 16 Feb 2012 19:20:27 +0100 Subject: Krazy fixes - doublequote_chars - normalize --- src/tabbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabbar.cpp') diff --git a/src/tabbar.cpp b/src/tabbar.cpp index 74e549e5..c079d54e 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -82,7 +82,7 @@ TabBar::TabBar(QWidget *parent) setContextMenuPolicy(Qt::CustomContextMenu); - connect(this, SIGNAL(contextMenu(int, QPoint)), this, SLOT(contextMenu(int, QPoint))); + connect(this, SIGNAL(contextMenu(int,QPoint)), this, SLOT(contextMenu(int,QPoint))); connect(this, SIGNAL(emptyAreaContextMenu(QPoint)), this, SLOT(emptyAreaContextMenu(QPoint))); connect(m_animationMapper, SIGNAL(mapped(int)), this, SLOT(removeAnimation(int))); -- cgit v1.2.1