mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 22:59:58 +01:00
Fix provisory
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3459 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -108,12 +108,7 @@ class Element : public QetGraphicsItem {
|
||||
virtual void linkToElement(Element *) {}
|
||||
virtual void unlinkAllElements() {}
|
||||
virtual void unlinkElement(Element *) {}
|
||||
|
||||
#if QT_VERSION >= 0x040800
|
||||
virtual void initLink(QETProject *);
|
||||
#else
|
||||
void initLink(QETProject *);
|
||||
#endif
|
||||
|
||||
QList<Element *> linkedElements ();
|
||||
virtual int linkType() const {return link_type_;} // @return the linkable type
|
||||
|
||||
Reference in New Issue
Block a user