Commit 9a07542b authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Fix struct/class mis-match


Change-Id: Ia979525691781a08503ba91df42db12db6408e89
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
Showing with 1 addition and 1 deletion
...@@ -139,7 +139,7 @@ private: ...@@ -139,7 +139,7 @@ private:
int m_readyIncubators; int m_readyIncubators;
bool m_repopulating; bool m_repopulating;
friend class QDeclarativeGeoMapItemViewItemData; friend struct QDeclarativeGeoMapItemViewItemData;
friend class MapItemViewDelegateIncubator; friend class MapItemViewDelegateIncubator;
}; };
......
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