mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-30 15:50:52 +01:00
Comment is displayed when open project
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3433 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -108,7 +108,7 @@ class Element : public QetGraphicsItem {
|
||||
virtual void linkToElement(Element *) {}
|
||||
virtual void unlinkAllElements() {}
|
||||
virtual void unlinkElement(Element *) {}
|
||||
void initLink(QETProject *);
|
||||
virtual void initLink(QETProject *);
|
||||
QList<Element *> linkedElements ();
|
||||
virtual int linkType() const {return link_type_;} // @return the linkable type
|
||||
void newUuid() {uuid_ = QUuid::createUuid();} //create new uuid for this element
|
||||
|
||||
Reference in New Issue
Block a user