aboutsummaryrefslogtreecommitdiffstats
path: root/bin/snippets/class_qwidget.snp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/snippets/class_qwidget.snp')
-rw-r--r--bin/snippets/class_qwidget.snp29
1 files changed, 0 insertions, 29 deletions
diff --git a/bin/snippets/class_qwidget.snp b/bin/snippets/class_qwidget.snp
deleted file mode 100644
index 1edb2d2cc7..0000000000
--- a/bin/snippets/class_qwidget.snp
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE QtWorkbenchSnippet>
-<qtworkbench>
- <data>
- <variable>Name</variable>
- <value type="QString" >Class - QWidget</value>
- </data>
- <data>
- <variable>Description</variable>
- <value type="QString" >This creates a new class deriving from QWidget</value>
- </data>
- <data>
- <variable>Category</variable>
- <value type="QString" >Classes</value>
- </data>
- <data>
- <variable>Shortcut</variable>
- <value type="QString" >cl</value>
- </data>
- <data>
- <variable>Contents</variable>
- <value type="QString" ><![CDATA[class $anchor$MyClass$cursor$ : public QWidget
-{
- Q_OBJECT
-
-public:
- $selection$
-};]]></value>
- </data>
-</qtworkbench> \ No newline at end of file