https://bugs.kde.org/show_bug.cgi?id=373249
--- Comment #5 from Ralf Habacker <ralf.habac...@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 watching all bug changes.