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

Method validateProjectManager

kdevplatform/shell/openprojectdialog.cpp:340–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void OpenProjectDialog::validateProjectManager( const QString& manager, const QString & fileName )
341{
342 m_projectManager = manager;
343
344 if ( m_urlIsDirectory )
345 {
346 m_selected = m_url.resolved( QUrl(QLatin1String("./") + fileName) );
347 }
348
349 validateProjectInfo();
350}
351
352QUrl OpenProjectDialog::projectFileUrl() const
353{

Callers

nothing calls this directly

Calls 2

resolvedMethod · 0.80
QUrlClass · 0.70

Tested by

no test coverage detected