--- a/src/hbwidgets/editors/hblineedit.h Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbwidgets/editors/hblineedit.h Tue Jul 06 14:36:53 2010 +0300
@@ -94,6 +94,10 @@
bool adjustFontSizeToFitHeight() const;
void setAdjustFontSizeToFitHeight(bool active);
+ bool event(QEvent* event);
+
+ void setAutoCompleteContent(QGraphicsLayoutItem *content);
+
public slots:
void setText(const QString &text);
@@ -106,6 +110,7 @@
HbLineEdit(HbLineEditPrivate &dd, QGraphicsItem *parent);
void inputMethodEvent(QInputMethodEvent *event);
+ QVariant inputMethodQuery(Qt::InputMethodQuery) const;
void keyPressEvent(QKeyEvent *event);
void keyReleaseEvent(QKeyEvent *event);