Skip to content

Commit

Permalink
fix #3413
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15781 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 20, 2011
1 parent 9465c76 commit ad8b9f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsquerybuilder.cpp
Expand Up @@ -28,6 +28,7 @@ QgsQueryBuilder::QgsQueryBuilder( QgsVectorLayer *layer,
QWidget *parent, Qt::WFlags fl )
: QDialog( parent, fl )
, mLayer( layer )
, mPreviousFieldRow( -1 )
{
setupUi( this );

Expand Down

0 comments on commit ad8b9f6

Please sign in to comment.