git-svn-id: http://svn.osgeo.org/qgis/trunk@15781 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2011-04-20 16:40:11 +00:00
parent 6dc6ac7e0e
commit 074856a82f

View File

@ -28,6 +28,7 @@ QgsQueryBuilder::QgsQueryBuilder( QgsVectorLayer *layer,
QWidget *parent, Qt::WFlags fl )
: QDialog( parent, fl )
, mLayer( layer )
, mPreviousFieldRow( -1 )
{
setupUi( this );