Dear Qt Dev. List,
Why newly created QEvent returns isAccepted() as *true*?
I saw the constructor,
QEvent::QEvent(Type type)
: d(0), t(type), posted(false), spont(false), *m_accept(true)*
{}
But I most of the system does the opposite, that means the default value of
accepted/consumed will be false just after its creation. Is there any
reason behind this?
--
*Arunprasad Rajkumar*
http://in.linkedin.com/in/ararunprasad
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development