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

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp432 sltCheckIfUpdateIsNecessary(true /* force call */);
450 QTimer::singleShot(0, this, SLOT(sltCheckIfUpdateIsNecessary()));
461 void UIUpdateManager::sltCheckIfUpdateIsNecessary(bool fForceCall /* = false */) function in class:UIUpdateManager
504 QTimer::singleShot(m_uTime, this, SLOT(sltCheckIfUpdateIsNecessary()));

Completed in 43 milliseconds