Commit 24542e10 authored by Paul Olav Tvete's avatar Paul Olav Tvete
Browse files

Declare QWaylandOutputMode as a movable type


Based on API review comment from Lars.

Change-Id: Id48a24218a3bce18d002fc4555b3c332b4b0fa49
Reviewed-by: default avatarJohan Helsing <johan.helsing@qt.io>
Showing with 1 addition and 0 deletions
......@@ -66,6 +66,7 @@ private:
void setWidth(int width);
void setHeight(int height);
};
Q_DECLARE_TYPEINFO(QWaylandOutputMode, Q_MOVABLE_TYPE);
QT_END_NAMESPACE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment