mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
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:
parent
349b1ec4cb
commit
01a4e12346
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user