jgrulich added inline comments. INLINE COMMENTS
> dcbsetting.h:106 > + ///////// > + void setPriorityFlowControlList(UintList list); > + UintList priorityFlowControlList() const; Move them please among the rest of methods, so all related methods are next to each other. Also use please "const UintList &list" and do not name the method as setFooList(), they can be just setFoo(). REVISION DETAIL https://phabricator.kde.org/D17425 To: pranavgade, jgrulich Cc: kde-frameworks-devel, michaelh, ngraham, bruns