Added note about using Qt style includes

git-svn-id: http://svn.osgeo.org/qgis/trunk@13357 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2010-04-23 23:46:33 +00:00
parent 349b1ec4cb
commit 01a4e12346

View File

@ -769,6 +769,9 @@ one special include all tests should have:
#include <QtTest> #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 Beyond that you just continue implementing your class as per normal, pulling
in whatever headers you may need: in whatever headers you may need: