summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/imageformats/icns/qicnshandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageformats/icns/qicnshandler_p.h b/src/plugins/imageformats/icns/qicnshandler_p.h
index dc6aba1..0ccca1f 100644
--- a/src/plugins/imageformats/icns/qicnshandler_p.h
+++ b/src/plugins/imageformats/icns/qicnshandler_p.h
@@ -121,7 +121,7 @@ struct ICNSEntry
{
}
};
-Q_DECLARE_TYPEINFO(ICNSEntry, Q_MOVABLE_TYPE);
+Q_DECLARE_TYPEINFO(ICNSEntry, Q_RELOCATABLE_TYPE);
class QICNSHandler : public QImageIOHandler
{