From 01a4e12346f2bf39447c1eadc74e630baef28ccd Mon Sep 17 00:00:00 2001 From: timlinux Date: Fri, 23 Apr 2010 23:46:33 +0000 Subject: [PATCH] Added note about using Qt style includes git-svn-id: http://svn.osgeo.org/qgis/trunk@13357 c8812cc2-4d05-0410-92ff-de0c093fc19c --- doc/CODING.t2t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/CODING.t2t b/doc/CODING.t2t index 0365edd5602..7b3533c8e7a 100644 --- a/doc/CODING.t2t +++ b/doc/CODING.t2t @@ -769,6 +769,9 @@ one special include all tests should have: #include ``` +**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: