bug fix: cross ref item have wrong behavior when rotate is master. (thanks mmiacca)

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2984 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-04-12 01:26:19 +00:00
parent c7aaf5b509
commit c7fe3f583b
3 changed files with 14 additions and 11 deletions

View File

@@ -29,13 +29,13 @@ class element;
* It's the responsability of the parent to informe displayed slave are moved,
* by calling the slot @updateLabel
*/
class CrossRefItem : public QetGraphicsItem
class CrossRefItem : public QGraphicsObject
{
Q_OBJECT
//Methods
public:
explicit CrossRefItem(Element *elmt, QetGraphicsItem *parent = 0);
explicit CrossRefItem(Element *elmt, QGraphicsItem *parent = 0);
~CrossRefItem();
QRectF boundingRect() const;