diff -r e0ec97ec3cc4 -r 98924d2efce9 loadgen/ui/hb/src/mainview.cpp --- 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);