ReelImage.qml 97 B

123456789
  1. import QtQuick 2.0
  2. import "../.."
  3. ArtImage {
  4. id: root
  5. property bool reviewed: false
  6. }