summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/widgets/lineedit.h5
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__*/