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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.cpp299 ulong newOp = m_progress.GetOperation() + 1; local
300 if (newOp != m_iCurrentOperation)
302 m_iCurrentOperation = newOp;

Completed in 41 milliseconds