Skip to content

Commit 09f394a

Browse files
author
timlinux
committedJan 16, 2008
Refactored some variable names
Use mpRasterLayer->getRasterLayerType() instead of mpRasterLayer->rasterLayerType git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7980 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+248
-248
lines changed

2 files changed

+248
-248
lines changed
 

‎src/app/qgsrasterlayerproperties.cpp

Lines changed: 245 additions & 245 deletions
Large diffs are not rendered by default.

‎src/app/qgsrasterlayerproperties.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,21 @@ class QgsRasterLayerProperties : public QDialog, private Ui::QgsRasterLayerPrope
119119

120120
private:
121121
/** \brief Pointer to the raster layer that this property dilog changes the behaviour of. */
122-
QgsRasterLayer * rasterLayer;
122+
QgsRasterLayer * mpRasterLayer;
123123

124124
/** \brief If the underlying raster layer is of GDAL type (i.e. non-provider)
125125
126126
This variable is used to determine if various parts of the Properties UI are
127127
included or not
128128
*/
129-
bool rasterLayerIsGdal;
129+
bool mRasterLayerIsGdal;
130130

131131
/** \brief If the underlying raster layer is of WMS type (i.e. WMS data provider)
132132
133133
This variable is used to determine if various parts of the Properties UI are
134134
included or not
135135
*/
136-
bool rasterLayerIsWms;
136+
bool mRasterLayerIsWms;
137137

138138
/** Id for context help */
139139
static const int context_id = 394441851;

0 commit comments

Comments
 (0)
Please sign in to comment.