Skip to content
Snippets Groups Projects
Commit bd7150ab authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner: fixes warning


We get a warning if the operator is used from another module.

Change-Id: Ib798037cb6e16fbb2c3fb4fb61d9445a0d5cd93d
Reviewed-by: default avatarMarco Bubke <marco.bubke@digia.com>
parent 5e571b57
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class QMLDESIGNERCORE_EXPORT MetaInfo
friend class QmlDesigner::Internal::ModelPrivate;
friend class QmlDesigner::Internal::MetaInfoReader;
friend class QmlDesigner::Internal::SubComponentManagerPrivate;
friend bool operator==(const MetaInfo &, const MetaInfo &);
friend QMLDESIGNERCORE_EXPORT bool operator==(const MetaInfo &, const MetaInfo &);
public:
MetaInfo(const MetaInfo &metaInfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment