From 2d5acaf1b3c37b4df58ca294a942e01e66e2dab7 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 18 Jan 2006 13:40:46 +0000 Subject: [PATCH] no message --- src/QDS/QDS_LineEdit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/QDS/QDS_LineEdit.h b/src/QDS/QDS_LineEdit.h index 883d38cb7..cf19184da 100644 --- a/src/QDS/QDS_LineEdit.h +++ b/src/QDS/QDS_LineEdit.h @@ -18,6 +18,8 @@ public: virtual void setAlignment( const int, const int = Label ); + QLineEdit* lineEdit() const; + signals: void returnPressed(); @@ -28,7 +30,6 @@ private slots: void onTextChanged( const QString& ); protected: - QLineEdit* lineEdit() const; virtual QWidget* createControl( QWidget* ); virtual QString getString() const; -- 2.39.2