File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/plugins/plugin_template Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public slots:
86
86
// The following methods are provided to demonstrate how you can
87
87
// load a vector or raster layer into the main gui. Please delete
88
88
// 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.
90
90
//
91
91
92
92
// !draw a raster layer in the qui
@@ -98,7 +98,7 @@ public slots:
98
98
99
99
// //////////////////////////////////////////////////////////////////
100
100
//
101
- // MANDATORY PLUGIN MEMBER DECLARATIONS .....
101
+ // MANDATORY PLUGIN PROPERTY DECLARATIONS .....
102
102
//
103
103
// //////////////////////////////////////////////////////////////////
104
104
@@ -115,7 +115,7 @@ public slots:
115
115
QAction * mQActionPointer ;
116
116
// //////////////////////////////////////////////////////////////////
117
117
//
118
- // ADD YOUR OWN MEMBER DECLARATIONS AFTER THIS POINT.....
118
+ // ADD YOUR OWN PROPERTY DECLARATIONS AFTER THIS POINT.....
119
119
//
120
120
// //////////////////////////////////////////////////////////////////
121
121
};
You can’t perform that action at this time.
0 commit comments