Searched defs:ServiceEvent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3661 class ServiceEvent : public QEvent class in inherits:QEvent
3665 ServiceEvent (bool aResult) : QEvent (QEvent::User), mResult (aResult) {} function in class:ServiceEvent
3689 ServiceEvent *pEvent = static_cast <ServiceEvent*> (aEvent);
3713 QApplication::postEvent (&mClient, new ServiceEvent (QDesktopServices::openUrl (mURL)));

Completed in 57 milliseconds