File tree 1 file changed +1
-16
lines changed
1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -243,22 +243,7 @@ public:
243
243
* @return a QString with any status messages
244
244
* @see also saveDefaultStyle ();
245
245
*/
246
- virtual QString saveNamedStyle( const QString theURI, bool & theResultFlag );
247
-
248
- /** Read the symbology for the current layer from the Dom node supplied.
249
- * @param QDomNode node that will contain the symbology definition for this layer.
250
- * @param errorMessage reference to string that will be updated with any error messages
251
- * @return true in case of success.
252
- */
253
- virtual bool readSymbology( const QDomNode& node, QString& errorMessage ) = 0;
254
-
255
- /** Write the symbology for the layer into the docment provided.
256
- * @param QDomNode the node that will have the style element added to it.
257
- * @param QDomDocument the document that will have the QDomNode added.
258
- * @param errorMessage reference to string that will be updated with any error messages
259
- * @return true in case of success.
260
- */
261
- virtual bool writeSymbology( QDomNode&, QDomDocument& doc, QString& errorMessage ) const = 0;
246
+ virtual QString saveNamedStyle( const QString theURI, bool & theResultFlag );
262
247
263
248
public slots:
264
249
You can’t perform that action at this time.
0 commit comments