Skip to content

Commit 4a4a700

Browse files
committed
fix QgsProject::clearProperties() doxymentation
1 parent 86d08b6 commit 4a4a700

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

src/core/qgsproject.h

-30
Original file line numberDiff line numberDiff line change
@@ -177,36 +177,6 @@ class CORE_EXPORT QgsProject : public QObject
177177
bool write();
178178
//@}
179179

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-
210180
/**
211181
removes all project properties
212182

0 commit comments

Comments
 (0)