[Differential] [Accepted] D4101: Remove uneeded if-guard

Kevin Funk noreply at phabricator.kde.org
Thu Jan 12 13:43:15 UTC 2017


kfunk accepted this revision.
kfunk added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> main.cpp:658
>      QStringList projectNames = parser.values("project");
> -    if(!projectNames.isEmpty())
> +    foreach(const QString& p, projectNames)
>      {

While at it, could change this to `projectName`, too

REPOSITORY
  R32 KDevelop

BRANCH
  cleanup

REVISION DETAIL
  https://phabricator.kde.org/D4101

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: tcanabrava, apol, kfunk
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170112/0461fee0/attachment.html>


More information about the KDevelop-devel mailing list