aboutsummaryrefslogtreecommitdiffstats
path: root/bin/snippets/comment.snp
blob: bd909a7e7a2945ca07195cb57cc166deafa5e466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE QtWorkbenchSnippet>
<qtworkbench>
 <data>
  <variable>Name</variable>
  <value type="QString" >/* ... */ Comment</value>
 </data>
 <data>
  <variable>Description</variable>
  <value type="QString" >This creates comment</value>
 </data>
 <data>
  <variable>Category</variable>
  <value type="QString" >Other</value>
 </data>
 <data>
  <variable>Shortcut</variable>
  <value type="QString" >/*</value>
 </data>
 <data>
  <variable>Contents</variable>
  <value type="QString" ><![CDATA[/* $anchor$$selection$$cursor$ */]]></value>
 </data>
</qtworkbench>