changeset 6 | c3690ec91ef8 |
parent 0 | 16d8024aca5e |
child 7 | 923ff622b8b9 |
--- a/src/hbwidgets/popups/hbinputdialogcontent_p.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbwidgets/popups/hbinputdialogcontent_p.h Wed Jun 23 18:33:25 2010 +0300 @@ -43,6 +43,11 @@ int type() const { return Type; } void setAdditionalRowVisible(bool visible); +public slots: + void emitTextChange(const QString &text); + +signals: + void textChanged(const QString &text); public: HbInputDialogPrivate* d;