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

Method openPageAccepted

kdevplatform/shell/openprojectdialog.cpp:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void OpenProjectDialog::openPageAccepted()
323{
324 if ( isValid( openPage ) ) {
325 next();
326 }
327}
328
329void OpenProjectDialog::validateProjectName( const QString& name )
330{

Callers

nothing calls this directly

Calls 1

isValidFunction · 0.50

Tested by

no test coverage detected