Adapt to API change: EnvironmentGroupList -> EnvironmentProfileList
ClosedPublic

Authored by zhigalin on Feb 27 2017, 3:41 PM.

Diff Detail

Repository
R185 KDevelop Plugin: Embedded Platforms
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zhigalin created this revision.Feb 27 2017, 3:41 PM
kfunk accepted this revision.Feb 27 2017, 3:55 PM
kfunk added a subscriber: kfunk.

Rest LGTM

launcher/executeplugin.cpp
54

The value stayed at QStringLiteral("EnvironmentGroup"); in kdevplatform. Please do the same here.

This revision is now accepted and ready to land.Feb 27 2017, 3:55 PM

Unrelated to this patch:

@patrickelectric : What's the relation of ExecutePlugin in kdev-embedded & ExecutePlugin kdevplatform? Isn't there more code we could share?

zhigalin updated this revision to Diff 11907.Feb 27 2017, 4:49 PM

Fixed environmentProfileEntry

patrickelectric accepted this revision.Feb 27 2017, 4:53 PM

@kfunk: Yes, I will make a better integration in the next patchs with kdevplatform, right now I am in the last month of my thesis.
@zhigalin++.

This revision was automatically updated to reflect the committed changes.
zhigalin marked an inline comment as done.