D6511: Remove <project>/.kdev4/ directory when overriding a project. Closes T6262.
Kevin Funk
noreply at phabricator.kde.org
Wed Jul 5 13:58:35 UTC 2017
kfunk accepted this revision.
kfunk added inline comments.
INLINE COMMENTS
> projectcontroller.cpp:490
> if (writeProjectConfigToFile) {
> + Path projectConfigDir = Path(projectFileUrl);
> + projectConfigDir.setLastPathSegment(QStringLiteral(".kdev4"));
... or simply `Path projectConfigDir(projectFileUrl);`
REPOSITORY
R33 KDevPlatform
BRANCH
purge-kdev-dir (branched from 5.1)
REVISION DETAIL
https://phabricator.kde.org/D6511
To: arrowdodger, #kdevelop, mwolff, kfunk
Cc: kfunk, mwolff, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170705/f5b0bf5d/attachment-0001.html>
More information about the KDevelop-devel
mailing list