[umbrello] [Bug 373249] Ports on components are not aligned at component border

Ralf Habacker bugzilla_noreply at kde.org
Wed Dec 7 13:09:34 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=373249

--- Comment #5 from Ralf Habacker <ralf.habacker at freenet.de> ---
Comment on attachment 102655
  --> https://bugs.kde.org/attachment.cgi?id=102655
Place ports onto parent border

Works as expected

Below are some notes relating to code style: 


+#ifndef CHILDWIDGETPLACEMENT_H__

please remove the traling '__

+class ChildWidgetPlacement

can you add some docs to the class and 

+#define CHILDWIDGETPLACEMENTPIN_H__

dito 


+#include <umlwidgets/childwidgetplacement.h>

either 
#include "umlwidgets/childwidgetplacement.h"
or 
#include "childwidgetplacement.h"


+#include <umlwidgets/umlwidget.h>

use "" instead of <> because the related headers are local

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list