forget file in previous comit

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2666 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-12-20 20:34:45 +00:00
parent 7ff6ac4410
commit f2472e559d

View File

@@ -43,6 +43,7 @@ class GhostElement : public CustomElement {
// methods // methods
public: public:
virtual bool fromXml(QDomElement &, QHash<int, Terminal *> &, bool = false); virtual bool fromXml(QDomElement &, QHash<int, Terminal *> &, bool = false);
virtual int linkType() const {return Element::simple;}
protected: protected:
QRectF minimalBoundingRect() const; QRectF minimalBoundingRect() const;