~ubuntu-branches/ubuntu/karmic/qtcreator/karmic-security

« back to all changes in this revision

Viewing changes to share/qtcreator/snippets/ifelse.snp

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-07-19 16:23:52 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090719162352-oni0h8hrrkdd3sil
Tags: 1.2.1-1ubuntu1
* Merge from debian unstable (LP: #399414), remaining changes:
  - Add qt-creator transitional package.
* debian/control: Conflicts on qt-creator (<< 1.2.1-1ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE QtWorkbenchSnippet>
2
 
<qtworkbench>
 
1
<!DOCTYPE QtCreatorSnippet>
 
2
<qtcreator>
3
3
 <data>
4
4
  <variable>Name</variable>
5
5
  <value type="QString" >if - else Statement</value>
24
24
 
25
25
}]]></value>
26
26
 </data>
27
 
</qtworkbench>
 
27
</qtcreator>