MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / guiDelay

Function guiDelay

gui/qt/utils.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void guiDelay(int ms) {
149 QTime dt = QTime::currentTime().addMSecs(ms);
150 while (QTime::currentTime() < dt) {
151 qApp->processEvents();
152 }
153}
154
155QString sendingROM(QDragEnterEvent *e, bool *value) {
156 QString ret;

Callers 7

optSendMethod · 0.85
optAttemptLoadMethod · 0.85
autotesterLaunchMethod · 0.85
varLaunchMethod · 0.85
ipcCloseConnectedMethod · 0.85
linkProgressMethod · 0.85
debugForceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected