loadgen/ui/hb/src/mainview.cpp
changeset 35 98924d2efce9
parent 17 4f2773374eff
child 48 da3ec8478e66
--- a/loadgen/ui/hb/src/mainview.cpp	Wed Jun 23 18:13:31 2010 +0300
+++ b/loadgen/ui/hb/src/mainview.cpp	Tue Jul 06 14:17:03 2010 +0300
@@ -106,11 +106,12 @@
 		mMessagesLoadAction = mLoadSubMenu1->addAction("Messages");
 		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);