diff options
Diffstat (limited to 'client/widgets/lineedit.h')
-rw-r--r-- | client/widgets/lineedit.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h index 076bff1..3deb3d1 100644 --- a/client/widgets/lineedit.h +++ b/client/widgets/lineedit.h @@ -38,10 +38,11 @@ Q_OBJECT public: LineEdit(QDomNode &node, MacroWindow *macrowindow); -public slots: - void changed(); QString getValue(); void setValue(QString value); + +public slots: + void changed(); }; #endif/*__PRACRO_LINEEDIT_H__*/ |