Skip to content

Commit 332c163

Browse files
committedMar 31, 2016
Adapt qgswmsconfigparser.sip
1 parent 625be7a commit 332c163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/server/qgswmsconfigparser.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class QgsWMSConfigParser
9898
//printing
9999

100100
/** Creates a print composition, usually for a GetPrint request. Replaces map and label parameters*/
101-
QgsComposition* createPrintComposition( const QString& composerTemplate, QgsMapRenderer* mapRenderer, const QMap< QString, QString >& parameterMap ) const;
101+
QgsComposition* createPrintComposition( const QString& composerTemplate, QgsMapRenderer* mapRenderer, const QMap< QString, QString >& parameterMap, QStringList& highlightLayers ) const;
102102

103103
/** Creates a composition from the project file (probably delegated to the fallback parser)*/
104104
//virtual QgsComposition* initComposition( const QString& composerTemplate, QgsMapRenderer* mapRenderer, QList< QgsComposerMap*>& mapList /Out/, QList< QgsComposerLegend* >& legendList /Out/, QList< QgsComposerLabel* >& labelList /Out/, QList<const QgsComposerHtml *>& htmlFrameList /Out/ ) const = 0;

0 commit comments

Comments
 (0)
Please sign in to comment.