PDA

View Full Version : QTest Namespace



chandan
1st October 2010, 15:40
Hi,
Does anyone have any idea why I am getting following error?
'mouseRelease' : is not a member of 'QTest'
I have include QTest still I am getting this error. Any hellp will be appreciated.
Kind regards,
Chandan

Urthas
1st October 2010, 18:05
Post the pertinent calling code please.

chandan
4th October 2010, 09:45
Following code gives me 'mouseRelease' : is not a member of 'QTest' error. I am using Qt 4.7 and VS2010.

QTest::mouseRelease(m_pCameraDisplayManager->m_pTreeViewList,Qt::LeftButton,QPoint(0,0));