[QGIS Commit] r13357 - trunk/qgis/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Apr 23 19:46:33 EDT 2010


Author: timlinux
Date: 2010-04-23 19:46:33 -0400 (Fri, 23 Apr 2010)
New Revision: 13357

Modified:
   trunk/qgis/doc/CODING.t2t
Log:
Added note about using Qt style includes

Modified: trunk/qgis/doc/CODING.t2t
===================================================================
--- trunk/qgis/doc/CODING.t2t	2010-04-23 23:39:58 UTC (rev 13356)
+++ trunk/qgis/doc/CODING.t2t	2010-04-23 23:46:33 UTC (rev 13357)
@@ -769,6 +769,9 @@
 #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:
 



More information about the QGIS-commit mailing list