Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adapt qgswmsconfigparser.sip
  • Loading branch information
mhugent committed Mar 31, 2016
1 parent 625be7a commit 332c163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/server/qgswmsconfigparser.sip
Expand Up @@ -98,7 +98,7 @@ class QgsWMSConfigParser
//printing

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

/** Creates a composition from the project file (probably delegated to the fallback parser)*/
//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;
Expand Down

0 comments on commit 332c163

Please sign in to comment.