Skip to content

Commit a868d08

Browse files
author
timlinux
committed
Added note about using Qt style includes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13357 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1b6409c commit a868d08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/CODING.t2t

+3
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,9 @@ one special include all tests should have:
769769
#include <QtTest>
770770
```
771771

772+
**Note** that we use the new style Qt4 includes - i.e. QtTest is included not
773+
qttest.h
774+
772775
Beyond that you just continue implementing your class as per normal, pulling
773776
in whatever headers you may need:
774777

0 commit comments

Comments
 (0)