diff -r 5db69f4c3d06 -r b048e15729d6 loadgen/ui/hb/src/mainview.cpp --- 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);