MCPcopy Create free account
hub / github.com/Martchus/tageditor / exec

Method exec

cli/scriptapi.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98int UtilityObject::exec(int timeout)
99{
100 if (timeout > 0) {
101 QTimer::singleShot(timeout, this, [this] { exit(EXIT_FAILURE); });
102 }
103 return QCoreApplication::exec();
104}
105
106void UtilityObject::exit(int retcode)
107{

Callers 15

queryFunction · 0.80
waitForFunction · 0.80
displaySelectedMethod · 0.80
convertSelectedMethod · 0.80
showContextMenuMethod · 0.80
showCoverMethod · 0.80
showLyricsMethod · 0.80
showSettingsDlgMethod · 0.80
showMessageBoxMethod · 0.80
runWidgetsGuiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected