ovs-patch and ovs-port setting
ClosedPublic

Authored by pranavgade on Nov 30 2018, 10:44 AM.

Diff Detail

Repository
R282 NetworkManagerQt
Lint
Lint Skipped
Unit
Unit Tests Skipped
pranavgade created this revision.Nov 30 2018, 10:44 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptNov 30 2018, 10:44 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
pranavgade requested review of this revision.Nov 30 2018, 10:44 AM
jgrulich added inline comments.Dec 1 2018, 12:42 PM
src/settings/ovspatchsetting.cpp
73 ↗(On Diff #46543)

Remove this space.

src/settings/ovspatchsetting.h
29 ↗(On Diff #46543)

Move this please out of the header file and copy these defines to your test.

src/settings/ovsportsetting.h
28 ↗(On Diff #46543)

Same with these defines. Move them ouf of the header.

src/settings/setting.cpp
129 ↗(On Diff #46543)

I already added this missing break when pushing one of your changes.

pranavgade updated this revision to Diff 46674.Dec 2 2018, 9:35 AM
pranavgade marked 4 inline comments as done.
jgrulich added inline comments.Dec 2 2018, 10:11 AM
autotests/settings/ovsportsettingtest.cpp
29

#if !NM_CHECK_VERSION(1, 10, 0)

src/settings/ovsportsetting.cpp
26

#if !NM_CHECK_VERSION(1, 10, 0)

pranavgade updated this revision to Diff 46708.Dec 2 2018, 2:21 PM
pranavgade marked 2 inline comments as done.
jgrulich accepted this revision.Dec 2 2018, 3:47 PM
jgrulich added inline comments.
autotests/settings/ovspatchsettingtest.cpp
31 ↗(On Diff #46543)

This define is not necessary.

autotests/settings/ovsportsettingtest.cpp
31 ↗(On Diff #46543)

This define is not necessary.

This revision is now accepted and ready to land.Dec 2 2018, 3:47 PM
This revision was automatically updated to reflect the committed changes.