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

Method restart

plugins/quickopen/quickopenmodel.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void QuickOpenModel::restart(bool keepFilterText)
175{
176 // make sure we do not restart recursively which could lead to
177 // recursive loading of provider plugins e.g. (happened for the cpp plugin)
178 QMetaObject::invokeMethod(this, "restart_internal", Qt::QueuedConnection,
179 Q_ARG(bool, keepFilterText));
180}
181
182void QuickOpenModel::restart_internal(bool keepFilterText)
183{

Callers 5

startFunction · 0.80
startMethod · 0.80
timeSwitchingBranchFunction · 0.80
prepareShowMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by 2

startFunction · 0.64
timeSwitchingBranchFunction · 0.64