File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -177,36 +177,6 @@ class CORE_EXPORT QgsProject : public QObject
177
177
bool write ();
178
178
// @}
179
179
180
-
181
- // / syntactic sugar for property lists
182
- // DEPRECATED typedef QPair< QString, QVariant > PropertyValue;
183
- // DEPRECATED typedef QValueList< PropertyValue > Properties;
184
-
185
- /* * extra properties, typically added by plug-ins
186
-
187
- This allows for extra properties to be associated with projects. Think
188
- of it as a registry bound to a project.
189
-
190
- Properties are arbitrary values keyed by a name and associated with a
191
- scope. The scope would presumably refer to your plug-in.
192
- E.g., "openmodeller".
193
-
194
- @note
195
-
196
- E.g., open modeller might use:
197
-
198
- <code>"QgsProject::instance()->properties("openmodeller")["foo"]</code>.
199
-
200
- @todo "properties" is, overall, a good name; but that might imply that
201
- the qgis specific state properites are different since they aren't
202
- accessible here. Actually, what if we make "qgis" yet another
203
- scope that stores its state in the properties list? E.g.,
204
- QgsProject::instance()->properties()["qgis"]?
205
-
206
-
207
- */
208
- // DEPRECATED Properties & properties( QString const & scope );
209
-
210
180
/* *
211
181
removes all project properties
212
182
You can’t perform that action at this time.
0 commit comments