mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-26 20:59:58 +01:00
fix some warning messages at compilation
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2088 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -26,8 +26,8 @@ class ConductorAutoNumerotationWidget : public QDialog
|
||||
void applyText();
|
||||
|
||||
//attributes
|
||||
QSet<Conductor *> c_list; //liste des conducteurs au même potentiel
|
||||
Conductor *conductor_;
|
||||
QSet<Conductor *> c_list; //liste des conducteurs au même potentiel
|
||||
QList <QRadioButton *> *radio_List;
|
||||
QLineEdit *text_field;
|
||||
QString text_;
|
||||
|
||||
Reference in New Issue
Block a user