diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/widgets/lineedit.h | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h index 41296a9..076bff1 100644 --- a/client/widgets/lineedit.h +++ b/client/widgets/lineedit.h @@ -42,9 +42,6 @@ public slots:    void changed();    QString getValue();    void setValue(QString value); - -private: -  bool valid; -  }; +  #endif/*__PRACRO_LINEEDIT_H__*/ | 
