Skip to content

Commit

Permalink
Added note about using Qt style includes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13357 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 23, 2010
1 parent 349b1ec commit 01a4e12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/CODING.t2t
Expand Up @@ -769,6 +769,9 @@ one special include all tests should have:
#include <QtTest>
```

**Note** that we use the new style Qt4 includes - i.e. QtTest is included not
qttest.h

Beyond that you just continue implementing your class as per normal, pulling
in whatever headers you may need:

Expand Down

0 comments on commit 01a4e12

Please sign in to comment.