--- a/src/hbwidgets/editors/hbdatetimeedit.h Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbwidgets/editors/hbdatetimeedit.h Tue Jul 06 14:36:53 2010 +0300
@@ -65,17 +65,17 @@
void setTimeFormat(const QLocale& locale = QLocale());
void setDateTimeFormat(const QLocale& locale = QLocale());
+ bool event(QEvent* event);
+
protected:
HbDateTimeEdit (HbDateTimeEditPrivate &dd, QGraphicsItem *parent);
void setMaxLength (int length);
void setText (const QString &text);
- void focusOutEvent(QFocusEvent *event);
private:
Q_DISABLE_COPY(HbDateTimeEdit)
Q_DECLARE_PRIVATE_D(d_ptr, HbDateTimeEdit)
- Q_PRIVATE_SLOT(d_func(), void _q_regainFocus())
};
#endif // HBDATETIMEEDIT_H