mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-03 19:10:53 +01:00
add cross reference graphic item, only for master element.
(basic implementation, need to be improved) git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2906 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define MASTERELEMENT_H
|
||||
|
||||
#include "customelement.h"
|
||||
#include "crossrefitem.h"
|
||||
|
||||
class MasterElement : public CustomElement
|
||||
{
|
||||
@@ -35,6 +36,9 @@ class MasterElement : public CustomElement
|
||||
|
||||
public slots:
|
||||
|
||||
private:
|
||||
CrossRefItem *cri_;
|
||||
|
||||
};
|
||||
|
||||
#endif // MASTERELEMENT_H
|
||||
|
||||
Reference in New Issue
Block a user