AusweisApp2/test/qml/desktop/test_TitleBar.qml

15 lines
239 B
QML
Raw Normal View History

2019-01-03 15:06:22 +01:00
import QtTest 1.10
TestCase {
name: "ModuleImportTest"
id: parent
function test_load_CancelAction() {
var item = createTemporaryQmlObject("
import Governikus.TitleBar 1.0;
CancelAction {}
", parent);
item.destroy();
}
}