MCPcopy Create free account
hub / github.com/KDE/kdevelop / start

Method start

kdevplatform/shell/sourceformatterjob.cpp:82–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void SourceFormatterJob::start()
83{
84 if (m_workState != WorkIdle)
85 return;
86
87 m_workState = WorkIdle;
88
89 QMetaObject::invokeMethod(this, "doWork", Qt::QueuedConnection);
90}
91
92bool SourceFormatterJob::doKill()
93{

Callers 15

startProcessMethod · 0.45
dataMethod · 0.45
beautifySourceMethod · 0.45
initializeMethod · 0.45
loadPluginInternalMethod · 0.45
openDocumentInternalMethod · 0.45
selectAndRevealFunction · 0.45
SessionChooserDialogMethod · 0.45
updateStateMethod · 0.45
itemEnteredMethod · 0.45
showErrorMessageMethod · 0.45
updateMessageMethod · 0.45

Calls

no outgoing calls

Tested by 2

checkDisplayMethod · 0.36
testFinalLocationMethod · 0.36