From 4d238a5684d2e678c309d0ae8ed7f76a5f2bd682 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Tue, 22 May 2012 07:57:55 +0900 Subject: move inputMethodQuery() to public in subclasses of QWidget QWidget::inputMethodQuery() is public. Change-Id: I6d290e911854937f32fa6984329b56571feb6872 Reviewed-by: Joona Petrell --- src/widgets/widgets/qcombobox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/widgets/qcombobox.h') diff --git a/src/widgets/widgets/qcombobox.h b/src/widgets/widgets/qcombobox.h index 854ced596b..04736df22f 100644 --- a/src/widgets/widgets/qcombobox.h +++ b/src/widgets/widgets/qcombobox.h @@ -204,6 +204,7 @@ public: virtual void hidePopup(); bool event(QEvent *event); + QVariant inputMethodQuery(Qt::InputMethodQuery) const; public Q_SLOTS: void clear(); @@ -237,7 +238,6 @@ protected: #endif void contextMenuEvent(QContextMenuEvent *e); void inputMethodEvent(QInputMethodEvent *); - QVariant inputMethodQuery(Qt::InputMethodQuery) const; void initStyleOption(QStyleOptionComboBox *option) const; -- cgit v1.2.3