@@ -204,7 +204,7 @@ example:
204
204
1.3.3. SVN Keyword
205
205
==================
206
206
207
- Each source file should contain the $Id$ keyword. This will be expanded by CVS
207
+ Each source file should contain the $Id$ keyword. This will be expanded by SVN
208
208
to contain useful information about the file, revision, last committer, and
209
209
date/time of last checkin.
210
210
@@ -215,6 +215,12 @@ top of each source file:
215
215
/* $Id$ */
216
216
217
217
218
+ You also need to set
219
+
220
+ svn propset svn:keywords "Id"
221
+
222
+ for the new files.
223
+
218
224
219
225
1.4. Variable Names
220
226
===================
@@ -873,6 +879,9 @@ one special include all tests should have:
873
879
#include <QtTest>
874
880
875
881
882
+ Note that we use the new style Qt4 includes - i.e. QtTest is included not
883
+ qttest.h
884
+
876
885
Beyond that you just continue implementing your class as per normal, pulling
877
886
in whatever headers you may need:
878
887
@@ -1383,6 +1392,7 @@ guidelines are followed in layout and design of GUIs.
1383
1392
environment that the user is using.
1384
1393
1385
1394
1395
+
1386
1396
5. Authors
1387
1397
==========
1388
1398
@@ -1396,7 +1406,7 @@ Original pages from wiki to deprecate:
1396
1406
- http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
1397
1407
- http://wiki.qgis.org/qgiswiki/CodingStandards (./)
1398
1408
- http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
1399
- - http://wiki .qgis.org/qgiswiki/DebuggingPlugins
1409
+ - http://www .qgis.org/wiki/How_to_debug_QGIS_Plugins
1400
1410
- http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
1401
1411
- http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
1402
1412
0 commit comments