<table><tr><td style="">enniob created this revision.<br />enniob added a reviewer: KDevelop.<br />enniob set the repository for this revision to rKDEVPLATFORM KDevPlatform.<br />enniob added a project: KDevelop.<br />Restricted Application added a subscriber: kdevelop-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D3075" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Currently if the user selects a folder while importing a project, the "open project" dialog will show a list of all the (projectfile, project managers) pair that can be used.<br />
For example, if we select a directory with t1.pro and t2.pro, we get two entries for qmake, one for t1.pro and the other for t2.pro, along with the entry for "Generic Project Manager", etc.</p>

<p>However, all the selections are equivalent, as <tt style="background: #ebebeb; font-size: 13px;">OpenProjectDialog::selectedUrl</tt> always returns the folder name, and not the selected .pro file. This patch attempts to fix this issue.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKDEVPLATFORM KDevPlatform</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3075" rel="noreferrer">https://phabricator.kde.org/D3075</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>shell/openprojectdialog.cpp<br />
shell/openprojectdialog.h<br />
shell/projectinfopage.cpp<br />
shell/projectinfopage.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>enniob, KDevelop<br /><strong>Cc: </strong>kdevelop-devel, Pilzschaf, akshaydeo, surgenight, arrowdodger<br /></div>