aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/styleimports/data/PlatformStyle/Button.qml
diff options
context:
space:
mode:
authorThe Qt Project <gerrit-noreply@qt-project.org>2020-08-28 13:37:45 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2020-08-28 13:37:45 +0000
commit8b748fb5f85d8fa8b1f89d1196b280e8ba8c6282 (patch)
treeac8b57c744dfb615f27bf3b409d5cabb61c7001a /tests/auto/styleimports/data/PlatformStyle/Button.qml
parent6c35631dd4a399144e473ffefba2716c7f3f1cca (diff)
parent2a054d48ef5a412d104aff0389bcaa69ba2c9878 (diff)
Merge "Merge branch 'dev' into nativestyle" into wip/nativestyle
Diffstat (limited to 'tests/auto/styleimports/data/PlatformStyle/Button.qml')
-rw-r--r--tests/auto/styleimports/data/PlatformStyle/Button.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/styleimports/data/PlatformStyle/Button.qml b/tests/auto/styleimports/data/PlatformStyle/Button.qml
new file mode 100644
index 00000000..fd1dc83d
--- /dev/null
+++ b/tests/auto/styleimports/data/PlatformStyle/Button.qml
@@ -0,0 +1,4 @@
+import QtQuick.Templates 2.15 as T
+T.Button {
+ objectName: "PlatformStyle/Button.qml"
+}