Tidy-up of r5603: improve the commentary of QgsWmsProvider::subLayerStyles().

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5604 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
morb_au 2006-07-16 22:46:56 +00:00
parent c1ef3f5d80
commit 4744b7bb98

View File

@ -485,6 +485,14 @@ public:
*/
QStringList subLayers() const;
/**
* Sub-layer styles for each sub-layer handled by this provider,
* in order from bottom to top
*
* Sub-layer styles are used to abstract the way the WMS server can symbolise
* layers in some way at the server, before it serves them to this
* WMS client.
*/
QStringList subLayerStyles() const;