aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/missingSingletonPragma.qml
blob: 0c691baa76844ad9975fae6549fadb9a12103275 (plain)
1
2
3
4
5
6
import QtQml
import Singletons

QtObject {
  Component.onCompleted: console.log(MissingPragma)
}