forked from qt-creator/qt-creator
Tweak the test to allow multiple messages per line. Task-number: QTCREATORBUG-24615 Change-Id: I662ab4801794dc3e49f68667f634337a847bc503 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
7 lines
91 B
QML
7 lines
91 B
QML
import QtQuick 2.0
|
|
import QtQuickControls 2.0 as Controls
|
|
|
|
Controls.SmurfNonRecursive {
|
|
|
|
}
|