Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor tidy up and correction of comments
git-svn-id: http://svn.osgeo.org/qgis/trunk@4906 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 23, 2006
1 parent c460779 commit dad3f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/plugin_template/plugin.h
Expand Up @@ -86,7 +86,7 @@ public slots:
// The following methods are provided to demonstrate how you can
// load a vector or raster layer into the main gui. Please delete
// if you are not intending to use these. Note also that there are
// ways in which layers can be loaded.
// other ways in which layers can be loaded.
//

//!draw a raster layer in the qui
Expand All @@ -98,7 +98,7 @@ public slots:

////////////////////////////////////////////////////////////////////
//
// MANDATORY PLUGIN MEMBER DECLARATIONS .....
// MANDATORY PLUGIN PROPERTY DECLARATIONS .....
//
////////////////////////////////////////////////////////////////////

Expand All @@ -115,7 +115,7 @@ public slots:
QAction * mQActionPointer;
////////////////////////////////////////////////////////////////////
//
// ADD YOUR OWN MEMBER DECLARATIONS AFTER THIS POINT.....
// ADD YOUR OWN PROPERTY DECLARATIONS AFTER THIS POINT.....
//
////////////////////////////////////////////////////////////////////
};
Expand Down

0 comments on commit dad3f6b

Please sign in to comment.