Searched refs:m_watcherTimer (Results 1 – 2 of 2) sorted by relevance
647 QTimer m_watcherTimer; variable
1257 connect(&m_watcherTimer, SIGNAL(timeout()), this, SLOT(updateModifiedNotes())); in BasketScene()5083 m_watcherTimer.setSingleShot(true); in watchedFileModified()5084 m_watcherTimer.start(200); in watchedFileModified()