diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2012-11-27 20:14:55 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-28 16:21:57 +0100 |
commit | 4dedd61d2e72e2f126fdfc4d518d8aef9eb3a4b0 (patch) | |
tree | 8dbdad4496dd28161af2cedacd0a0d0c92291e6d /examples/touch | |
parent | 7cba8a052fc7d5f6ed6c3bacca82807fff28358c (diff) | |
download | qtbase-4dedd61d2e72e2f126fdfc4d518d8aef9eb3a4b0.tar.gz |
delete .desktop files of examples
they were added without an explanation, and they can't be particularly
useful (because they contain hard-coded paths and refer to non-existing
icons).
Change-Id: I27e2c35375e28645b0c03449ddc7ac7017da5943
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/touch')
-rw-r--r-- | examples/touch/dials/dials.desktop | 11 | ||||
-rw-r--r-- | examples/touch/fingerpaint/fingerpaint.desktop | 11 | ||||
-rw-r--r-- | examples/touch/knobs/knobs.desktop | 11 | ||||
-rw-r--r-- | examples/touch/pinchzoom/pinchzoom.desktop | 11 |
4 files changed, 0 insertions, 44 deletions
diff --git a/examples/touch/dials/dials.desktop b/examples/touch/dials/dials.desktop deleted file mode 100644 index 1536099914..0000000000 --- a/examples/touch/dials/dials.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=Touch Dials -Exec=/opt/usr/bin/dials -Icon=dials -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable diff --git a/examples/touch/fingerpaint/fingerpaint.desktop b/examples/touch/fingerpaint/fingerpaint.desktop deleted file mode 100644 index a0bcf3128e..0000000000 --- a/examples/touch/fingerpaint/fingerpaint.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=Finger Paint -Exec=/opt/usr/bin/fingerpaint -Icon=fingerpaint -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable diff --git a/examples/touch/knobs/knobs.desktop b/examples/touch/knobs/knobs.desktop deleted file mode 100644 index bf2fe32b24..0000000000 --- a/examples/touch/knobs/knobs.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=Touch Knobs -Exec=/opt/usr/bin/knobs -Icon=knobs -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable diff --git a/examples/touch/pinchzoom/pinchzoom.desktop b/examples/touch/pinchzoom/pinchzoom.desktop deleted file mode 100644 index 727e626eed..0000000000 --- a/examples/touch/pinchzoom/pinchzoom.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=Pinch Zoom -Exec=/opt/usr/bin/pinchzoom -Icon=pinchzoom -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable |