D14710: Inject default environment group variables into debug process environment.
Vyacheslav Korneev
noreply at phabricator.kde.org
Tue Aug 14 09:51:44 BST 2018
vkorneev added inline comments.
INLINE COMMENTS
> pdblauncher.cpp:134
> +
> + for(i = environment.begin(); i != environment.end(); ++i)
> + {
Sorry, I'm not actually the reviewer, but may I ask you, why don't use
for(const auto &i: environment) {
here? Just interested if I miss something.
REPOSITORY
R53 KDevelop: Python Support
REVISION DETAIL
https://phabricator.kde.org/D14710
To: Kebianizao, #kdevelop
Cc: vkorneev, apol, kdevelop-devel, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180814/95e0d119/attachment.html>
More information about the KDevelop-devel
mailing list