Skip to content

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/plugins/plugin_template/plugin.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public slots:
8686
// The following methods are provided to demonstrate how you can
8787
// load a vector or raster layer into the main gui. Please delete
8888
// if you are not intending to use these. Note also that there are
89-
// ways in which layers can be loaded.
89+
// other ways in which layers can be loaded.
9090
//
9191

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

9999
////////////////////////////////////////////////////////////////////
100100
//
101-
// MANDATORY PLUGIN MEMBER DECLARATIONS .....
101+
// MANDATORY PLUGIN PROPERTY DECLARATIONS .....
102102
//
103103
////////////////////////////////////////////////////////////////////
104104

@@ -115,7 +115,7 @@ public slots:
115115
QAction * mQActionPointer;
116116
////////////////////////////////////////////////////////////////////
117117
//
118-
// ADD YOUR OWN MEMBER DECLARATIONS AFTER THIS POINT.....
118+
// ADD YOUR OWN PROPERTY DECLARATIONS AFTER THIS POINT.....
119119
//
120120
////////////////////////////////////////////////////////////////////
121121
};

0 commit comments

Comments
 (0)
Please sign in to comment.