mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-26 17:59:59 +01:00
Minor : remove a signal in diagram and use directly a signal of qetproject
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4904 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -39,8 +39,8 @@ class ReportElement : public CustomElement
|
||||
virtual void unlinkElement(Element *elmt);
|
||||
|
||||
private:
|
||||
int inverse_report;
|
||||
QString label_;
|
||||
int m_inverse_report;
|
||||
QString m_label;
|
||||
ElementTextItem *m_text_field;
|
||||
Conductor *m_watched_conductor;
|
||||
|
||||
@@ -51,6 +51,7 @@ class ReportElement : public CustomElement
|
||||
private slots:
|
||||
void setLabel (QString label);
|
||||
void updateLabel();
|
||||
void reportPropertiesChange(const QString &old_str, const QString &new_str);
|
||||
};
|
||||
|
||||
#endif // REPORTELEMENT_H
|
||||
|
||||
Reference in New Issue
Block a user