loadgen/ui/hb/src/mainview.cpp
changeset 51 b048e15729d6
parent 31 e7a04a6385be
--- a/loadgen/ui/hb/src/mainview.cpp	Mon Aug 23 15:50:54 2010 +0300
+++ b/loadgen/ui/hb/src/mainview.cpp	Fri Sep 03 17:11:21 2010 +0300
@@ -107,11 +107,11 @@
 		connect(mMessagesLoadAction, SIGNAL( triggered() ), mSm, SLOT(map()));
 		mSm->setMapping(mMessagesLoadAction, ELoadGenCmdNewLoadMessages);
 //TODO to be fixed using replacement for downloadmanager
-/*
+
 		mNetConnLoadAction = mLoadSubMenu1->addAction("Network conn.");
 		connect(mNetConnLoadAction, SIGNAL( triggered() ), mSm, SLOT(map()));
 		mSm->setMapping(mNetConnLoadAction, ELoadGenCmdNewLoadNetConn);
-*/	
+	
 		mKeyPressLoadAction = mLoadSubMenu2->addAction("Key presses");
 		connect(mKeyPressLoadAction, SIGNAL( triggered() ), mSm, SLOT(map()));
 		mSm->setMapping(mKeyPressLoadAction, ELoadGenCmdNewLoadKeyPress);