QInputMethodEvent::Attribute: mark as Q_MOVABLE_TYPE

Change-Id: Ifb41afdcf17fa8192f37b4900c59e81d4e0bf60f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Marc Mutz 2012-03-01 10:14:08 +01:00 committed by Qt by Nokia
parent 15c141511f
commit d3eb877951

View File

@ -464,6 +464,7 @@ private:
int replace_length;
QString tentativeCommit;
};
Q_DECLARE_TYPEINFO(QInputMethodEvent::Attribute, Q_MOVABLE_TYPE);
class Q_GUI_EXPORT QInputMethodQueryEvent : public QEvent
{