summaryrefslogtreecommitdiff
path: root/src/analyzer/networkanalyzer.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-16 19:23:13 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-02-16 19:23:13 +0100
commit739df1fcbcae90a4b15ec9c411514b547062905a (patch)
tree8f070c3fbd584528fc03753f2f1a10358db8dbb3 /src/analyzer/networkanalyzer.cpp
parentUpdate RELEASE_HOWTO file (diff)
parentKrazy fixes (diff)
downloadrekonq-739df1fcbcae90a4b15ec9c411514b547062905a.tar.xz
Merge branch 'Branches.0.9'
Diffstat (limited to 'src/analyzer/networkanalyzer.cpp')
-rw-r--r--src/analyzer/networkanalyzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzer/networkanalyzer.cpp b/src/analyzer/networkanalyzer.cpp
index 166555ef..0cf26f90 100644
--- a/src/analyzer/networkanalyzer.cpp
+++ b/src/analyzer/networkanalyzer.cpp
@@ -68,7 +68,7 @@ NetworkAnalyzer::NetworkAnalyzer(QWidget *parent)
_requestList->setContextMenuPolicy(Qt::CustomContextMenu);
connect(_mapper, SIGNAL(mapped(QObject*)), this, SLOT(requestFinished(QObject*)));
- connect(_requestList, SIGNAL(itemDoubleClicked(QTreeWidgetItem*, int)), this, SLOT(showItemDetails(QTreeWidgetItem*)));
+ connect(_requestList, SIGNAL(itemDoubleClicked(QTreeWidgetItem*,int)), this, SLOT(showItemDetails(QTreeWidgetItem*)));
connect(_requestList, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(popupContextMenu(QPoint)));
}