aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-12-04 17:05:52 +0100
committerSimo Fält <simo.falt@qt.io>2018-12-12 06:27:19 +0000
commitebe974c8a3bacf636a17f254850d978ee4e79cf3 (patch)
treeba1edfa65e2e632ea5df62a4eda74e772edbe0cd /examples/declarative
parent2c1e3c098c957b6d6ffb5729f0de3d0d86835b87 (diff)
Change example scripts permissions to 644
There was a mix of 644 and 755, since we expect the users to execute: python example.py we do not need to have files with 755. Change-Id: Iba9b2f5dbb57fe2a3503d8dfe971a4e92e764022 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'examples/declarative')
-rw-r--r--examples/declarative/extending/chapter1-basics/basics.py1
-rw-r--r--examples/declarative/extending/chapter2-methods/methods.py1
-rw-r--r--examples/declarative/extending/chapter3-bindings/bindings.py1
-rw-r--r--examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py1
-rw-r--r--examples/declarative/extending/chapter5-listproperties/listproperties.py1
-rw-r--r--[-rwxr-xr-x]examples/declarative/scrolling.py1
-rw-r--r--examples/declarative/signals/pytoqml1/main.py1
-rw-r--r--[-rwxr-xr-x]examples/declarative/signals/qmltopy1/main.py1
-rw-r--r--[-rwxr-xr-x]examples/declarative/signals/qmltopy2/main.py1
-rw-r--r--examples/declarative/signals/qmltopy3/main.py1
-rw-r--r--examples/declarative/signals/qmltopy4/main.py1
-rw-r--r--examples/declarative/usingmodel.py1
12 files changed, 0 insertions, 12 deletions
diff --git a/examples/declarative/extending/chapter1-basics/basics.py b/examples/declarative/extending/chapter1-basics/basics.py
index fa0f52983..edb612739 100644
--- a/examples/declarative/extending/chapter1-basics/basics.py
+++ b/examples/declarative/extending/chapter1-basics/basics.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/extending/chapter2-methods/methods.py b/examples/declarative/extending/chapter2-methods/methods.py
index 538a92376..44e248f07 100644
--- a/examples/declarative/extending/chapter2-methods/methods.py
+++ b/examples/declarative/extending/chapter2-methods/methods.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/extending/chapter3-bindings/bindings.py b/examples/declarative/extending/chapter3-bindings/bindings.py
index 52abf250a..4c3895538 100644
--- a/examples/declarative/extending/chapter3-bindings/bindings.py
+++ b/examples/declarative/extending/chapter3-bindings/bindings.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py b/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py
index 9bd9f1e78..7dee9d2a6 100644
--- a/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py
+++ b/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/extending/chapter5-listproperties/listproperties.py b/examples/declarative/extending/chapter5-listproperties/listproperties.py
index 1aec72755..659f8d5c5 100644
--- a/examples/declarative/extending/chapter5-listproperties/listproperties.py
+++ b/examples/declarative/extending/chapter5-listproperties/listproperties.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/scrolling.py b/examples/declarative/scrolling.py
index 3c46ec860..085cb17e2 100755..100644
--- a/examples/declarative/scrolling.py
+++ b/examples/declarative/scrolling.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#############################################################################
##
diff --git a/examples/declarative/signals/pytoqml1/main.py b/examples/declarative/signals/pytoqml1/main.py
index f71969a63..769dd0e1c 100644
--- a/examples/declarative/signals/pytoqml1/main.py
+++ b/examples/declarative/signals/pytoqml1/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/signals/qmltopy1/main.py b/examples/declarative/signals/qmltopy1/main.py
index 3d23a6464..4c993b452 100755..100644
--- a/examples/declarative/signals/qmltopy1/main.py
+++ b/examples/declarative/signals/qmltopy1/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/signals/qmltopy2/main.py b/examples/declarative/signals/qmltopy2/main.py
index 0ce7933ed..10cbd8870 100755..100644
--- a/examples/declarative/signals/qmltopy2/main.py
+++ b/examples/declarative/signals/qmltopy2/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/signals/qmltopy3/main.py b/examples/declarative/signals/qmltopy3/main.py
index 3c231c292..8de1eacee 100644
--- a/examples/declarative/signals/qmltopy3/main.py
+++ b/examples/declarative/signals/qmltopy3/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/signals/qmltopy4/main.py b/examples/declarative/signals/qmltopy4/main.py
index 0a54e6e34..a6cc3580f 100644
--- a/examples/declarative/signals/qmltopy4/main.py
+++ b/examples/declarative/signals/qmltopy4/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/declarative/usingmodel.py b/examples/declarative/usingmodel.py
index 4b4387117..2629cf35f 100644
--- a/examples/declarative/usingmodel.py
+++ b/examples/declarative/usingmodel.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#############################################################################
##