diff -r 730c025d4b77 -r f378acbc9cfb src/hbwidgets/editors/hblineedit_p.h --- a/src/hbwidgets/editors/hblineedit_p.h Thu Jul 15 14:03:49 2010 +0100 +++ b/src/hbwidgets/editors/hblineedit_p.h Thu Jul 22 16:36:53 2010 +0100 @@ -73,6 +73,11 @@ int linesToBeVisible() const; void onResizeFontChange(); void setVisibleRows(int rowCount); + void editingFinished(); + + void createCustomAutoCompPopup(); + void showCustomAutoCompPopup(); + void hideCustomAutoCompPopup(); int maxLength; int minimumRows; @@ -85,6 +90,8 @@ bool adjustFontSizeToFitHeight; int stretchedToLineCount; + QGraphicsLayoutItem *mCustomAutoCompContent; + HbPopup *mCustomAutoCompPopup; }; #endif // HBLINEEDIT_P_H