diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-14 19:38:19 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-14 19:38:19 +0900 |
commit | cca9a575e64e2824d36680d67de84c5cb1653165 (patch) | |
tree | cf385b028f507c73cadbf59511c01343bc8d1ada /jobs/setroomstatejob.h | |
parent | 468a73a804924ed6e63cd4aa58d9bcbc0ebc79d9 (diff) | |
download | libquotient-cca9a575e64e2824d36680d67de84c5cb1653165.tar.gz libquotient-cca9a575e64e2824d36680d67de84c5cb1653165.zip |
Declare SyncRoomData as C++-movable
This fixes compilation with older compilers that try to instantiate a copy constructor (and fail because unique_ptr) but actually is more proper in general. Also: do not advertise the class as Q_MOVABLE_TYPE: this was useful for QList/QVector when SyncRoomData was copyable; now it isn't, and Qt containers can't deal with non-copyable classes at all.
Diffstat (limited to 'jobs/setroomstatejob.h')
0 files changed, 0 insertions, 0 deletions