Jason Wang

Results 1 issues of Jason Wang

change: /* Invoke the configured method */ const char *method = pair.second .toStdString().c_str(); invokeMainWindowController(method); to: /* Invoke the configured method with debouncing */ static QDateTime lastInvocation = QDateTime::currentDateTime(); QDateTime now...