Hi all,
I try use QCustomEvent but
Although,
#include <QCustomEvent>
When i use it,
QApplication::postEvent(QApplication::instance(), new QCustomEvent(MyEvent));
I get error:
error: C2061: syntax error : identifier 'QCustomEvent'
Thanks.
↧