Skip to content

Commit

Permalink
fix warning & comment
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15806 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 22, 2011
1 parent aba3d39 commit 0bed99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsquerybuilder.cpp
Expand Up @@ -27,8 +27,8 @@
QgsQueryBuilder::QgsQueryBuilder( QgsVectorLayer *layer,
QWidget *parent, Qt::WFlags fl )
: QDialog( parent, fl )
, mLayer( layer )
, mPreviousFieldRow( -1 )
, mLayer( layer )
{
setupUi( this );

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.h
Expand Up @@ -219,7 +219,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
* @note added in 1.4 */
QgsFeatureRendererV2* rendererV2();
/** Set renderer V2.
* @note ddded in 1.4
* @note added in 1.4
*/
void setRendererV2( QgsFeatureRendererV2* r );
/** Return whether using renderer V2.
Expand Down

0 comments on commit 0bed99b

Please sign in to comment.