| The Following User Says Thank You to xerxes2 For This Useful Post: | ||
| The Following User Says Thank You to xerxes2 For This Useful Post: | ||
bool MyClass::eventFilter(QObject* obj, QEvent* ev)
{
if (obj == myView && ev->type() == QEvent::Close)
{
// do something...
}
return QObject::eventFilter(obj, ev);
}
I understand why you want to nuke the process on a mobile device but you should at least give the mainloop some time to return cleanly before doing so. But as you say it's probably fixed already and will be pushed to the next sdk update.
| The Following User Says Thank You to xerxes2 For This Useful Post: | ||
| The Following 6 Users Say Thank You to xerxes2 For This Useful Post: | ||