@@ -204,7 +204,7 @@ example:
204204 1.3.3. SVN Keyword
205205 ==================
206206
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
208208to contain useful information about the file, revision, last committer, and
209209date/time of last checkin.
210210
@@ -215,6 +215,12 @@ top of each source file:
215215 /* $Id$ */
216216
217217
218+ You also need to set
219+
220+ svn propset svn:keywords "Id"
221+
222+ for the new files.
223+
218224
219225 1.4. Variable Names
220226 ===================
@@ -873,6 +879,9 @@ one special include all tests should have:
873879 #include <QtTest>
874880
875881
882+ Note that we use the new style Qt4 includes - i.e. QtTest is included not
883+ qttest.h
884+
876885Beyond that you just continue implementing your class as per normal, pulling
877886in whatever headers you may need:
878887
@@ -1383,6 +1392,7 @@ guidelines are followed in layout and design of GUIs.
13831392 environment that the user is using.
13841393
13851394
1395+
13861396 5. Authors
13871397 ==========
13881398
@@ -1396,7 +1406,7 @@ Original pages from wiki to deprecate:
13961406- http://wiki.qgis.org/qgiswiki/CodingGuidelines (./)
13971407- http://wiki.qgis.org/qgiswiki/CodingStandards (./)
13981408- http://wiki.qgis.org/qgiswiki/UsingSubversion (./)
1399- - http://wiki .qgis.org/qgiswiki/DebuggingPlugins
1409+ - http://www .qgis.org/wiki/How_to_debug_QGIS_Plugins
14001410- http://wiki.qgis.org/qgiswiki/DevelopmentInBranches (./)
14011411- http://wiki.qgis.org/qgiswiki/SubmittingPatchesAndSvnAccess (./)
14021412
0 commit comments