[Uml-devel] KDE/kdesdk/umbrello/umbrello/widgets

Ralf Habacker ralf.habacker at gmail.com
Fri Feb 10 07:53:14 UTC 2012


SVN commit 1279111 by habacker:

Fixed warning 'AssociationLine::setAssociation: Parent is null. Can not connect SIGNAL/SLOT' - thanks to Oliver Kellogg

CCBUG 283744

 M  +2 -1      widgetbase.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/widgets/widgetbase.cpp #1279110:1279111
@@ -23,7 +23,8 @@
  * @param scene   The view to be displayed on.
  */
 WidgetBase::WidgetBase(UMLScene *scene, WidgetType type)
-  : m_Type(type),
+  : QObject(scene),
+    m_Type(type),
     m_scene(scene)
 {
     init();




More information about the umbrello-devel mailing list