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

Method next

plugins/appwizard/appwizarddialog.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void AppWizardDialog::next()
89{
90 auto* w = qobject_cast<AppWizardPageWidget*>(currentPage()->widget());
91 if (!w || w->shouldContinue()) {
92 KAssistantDialog::next();
93 }
94}
95
96#include "moc_appwizarddialog.cpp"

Callers 15

processLineMethod · 0.45
updateCommandLineMethod · 0.45
eventMethod · 0.45
doNavigateMethod · 0.45
processOutputMethod · 0.45
updateCommandLineMethod · 0.45
includeItemsForUrlFunction · 0.45
parseMethod · 0.45
findconfigFileFunction · 0.45
initTestCaseMethod · 0.45
startVisitingMethod · 0.45

Calls 2

widgetMethod · 0.45
shouldContinueMethod · 0.45

Tested by 1

initTestCaseMethod · 0.36