[Uml-devel] branches/work/soc-umbrello/umbrello/widgets
Ralf Habacker
ralf.habacker at gmail.com
Tue Dec 13 14:29:57 UTC 2011
SVN commit 1268553 by habacker:
reduced differences between trunk and soc-umbrello branch
M +0 -3 entitywidget.cpp
M +3 -2 entitywidget.h
--- branches/work/soc-umbrello/umbrello/widgets/entitywidget.cpp #1268552:1268553
@@ -28,9 +28,6 @@
#include "umldoc.h"
#include "uniqueconstraint.h"
-// qt includes
-#include <QtGui/QPainter>
-
/**
* Constructs an EntityWidget.
*
--- branches/work/soc-umbrello/umbrello/widgets/entitywidget.h #1268552:1268553
@@ -36,13 +36,14 @@
// UMLWidget::loadFromXMI is used to load this widget.
virtual void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
+public Q_SLOTS:
+ virtual void slotMenuSelection(QAction* action);
+
protected:
virtual void updateGeometry();
virtual void updateTextItemGroups();
virtual QVariant attributeChange(WidgetAttributeChange change, const QVariant& oldValue);
-public Q_SLOTS:
- virtual void slotMenuSelection(QAction* action);
private:
More information about the umbrello-devel
mailing list