loadgen/ui/hb/src/mainview.cpp
changeset 48 da3ec8478e66
parent 35 98924d2efce9
--- a/loadgen/ui/hb/src/mainview.cpp	Thu Sep 02 20:27:24 2010 +0300
+++ b/loadgen/ui/hb/src/mainview.cpp	Fri Sep 17 08:29:47 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);