Skip to content

Commit e7a3650

Browse files
author
mhugent
committed
Reverted some of the sip changes to allow compilation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9519 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 94b31cb commit e7a3650

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

python/core/qgsmaplayer.sip

+1-16
Original file line numberDiff line numberDiff line change
@@ -243,22 +243,7 @@ public:
243243
* @return a QString with any status messages
244244
* @see also saveDefaultStyle ();
245245
*/
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 );
262247

263248
public slots:
264249

0 commit comments

Comments
 (0)