diff options
Diffstat (limited to 'client/widgets/lineedit.h')
| -rw-r--r-- | client/widgets/lineedit.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h index faea440..41296a9 100644 --- a/client/widgets/lineedit.h +++ b/client/widgets/lineedit.h @@ -36,11 +36,12 @@ class LineEdit : public QLineEdit, public Widget  {  Q_OBJECT  public: -  LineEdit(QDomNode &node); +  LineEdit(QDomNode &node, MacroWindow *macrowindow);  public slots:    void changed();    QString getValue(); +  void setValue(QString value);  private:    bool valid;  | 
