aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative
diff options
context:
space:
mode:
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
#############################################################################
##