Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 1.89 KB | None | 0 0
  1. Previously registered enum will be overwritten due to name clash: qan::PortItem.Left
  2. Possible conflicting items:
  3.     qan::NodeItem.TransformOrigin.Left from scope QQuickItem injected by qan::PortItem->qan::NodeItem
  4.     qan::NodeItem.Dock.Left from scope qan::NodeItem injected by qan::PortItem->qan::NodeItem
  5.     qan::PortItem.TransformOrigin.Left from scope QQuickItem injected by qan::PortItem
  6.     qan::PortItem.Dock.Left from scope qan::NodeItem injected by qan::PortItem
  7. Previously registered enum will be overwritten due to name clash: qan::PortItem.Top
  8. Possible conflicting items:
  9.     qan::NodeItem.TransformOrigin.Top from scope QQuickItem injected by qan::PortItem->qan::NodeItem
  10.     qan::NodeItem.Dock.Top from scope qan::NodeItem injected by qan::PortItem->qan::NodeItem
  11.     qan::PortItem.TransformOrigin.Top from scope QQuickItem injected by qan::PortItem
  12.     qan::PortItem.Dock.Top from scope qan::NodeItem injected by qan::PortItem
  13. Previously registered enum will be overwritten due to name clash: qan::PortItem.Right
  14. Possible conflicting items:
  15.     qan::NodeItem.TransformOrigin.Right from scope QQuickItem injected by qan::PortItem->qan::NodeItem
  16.     qan::NodeItem.Dock.Right from scope qan::NodeItem injected by qan::PortItem->qan::NodeItem
  17.     qan::PortItem.TransformOrigin.Right from scope QQuickItem injected by qan::PortItem
  18.     qan::PortItem.Dock.Right from scope qan::NodeItem injected by qan::PortItem
  19. Previously registered enum will be overwritten due to name clash: qan::PortItem.Bottom
  20. Possible conflicting items:
  21.     qan::NodeItem.TransformOrigin.Bottom from scope QQuickItem injected by qan::PortItem->qan::NodeItem
  22.     qan::NodeItem.Dock.Bottom from scope qan::NodeItem injected by qan::PortItem->qan::NodeItem
  23.     qan::PortItem.TransformOrigin.Bottom from scope QQuickItem injected by qan::PortItem
  24.     qan::PortItem.Dock.Bottom from scope qan::NodeItem injected by qan::PortItem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement