PDA

View Full Version : ‘postEvent’



sabeesh
24th September 2007, 08:30
Hi,

I have a code in my program like this,

void CVideoDevice::SendSignal(Signals s)
{
postEvent(this, new CVideoDeviceEvent(s));
}

but when i make this program, it display one error like this,

error: ‘postEvent’ was not declared in this scope

how can I solve this probs.
Please help me

jpn
24th September 2007, 08:33
QCoreApplication::postEvent(/*..*/);