Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void 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
processLine
Method · 0.45
updateCommandLine
Method · 0.45
event
Method · 0.45
doNavigate
Method · 0.45
extractDefinesFromCompileFlags
Method · 0.45
processOutput
Method · 0.45
updateCommandLine
Method · 0.45
includeItemsForUrl
Function · 0.45
parse
Method · 0.45
findconfigFile
Function · 0.45
initTestCase
Method · 0.45
startVisiting
Method · 0.45
Calls
2
widget
Method · 0.45
shouldContinue
Method · 0.45
Tested by
1
initTestCase
Method · 0.36