ovs-patch and ovs-port setting
ClosedPublic

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

Diff Detail

Repository
R282 NetworkManagerQt
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
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
74

Remove this space.

src/settings/ovspatchsetting.h
30

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

src/settings/ovsportsetting.h
29

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

src/settings/setting.cpp
129

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
30

#if !NM_CHECK_VERSION(1, 10, 0)

src/settings/ovsportsetting.cpp
27

#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

This define is not necessary.

autotests/settings/ovsportsettingtest.cpp
31

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.