forked from qt-creator/qt-creator
This is a typical test case for mocking cpp types. Change-Id: Ibd76429c3d1190c46a223062d77d676f728fec77 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
6 lines
56 B
QML
6 lines
56 B
QML
import QtQuick 2.6
|
|
|
|
QtObject {
|
|
property bool test
|
|
}
|