mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #3413
git-svn-id: http://svn.osgeo.org/qgis/trunk@15781 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
6dc6ac7e0e
commit
074856a82f
@ -28,6 +28,7 @@ QgsQueryBuilder::QgsQueryBuilder( QgsVectorLayer *layer,
|
||||
QWidget *parent, Qt::WFlags fl )
|
||||
: QDialog( parent, fl )
|
||||
, mLayer( layer )
|
||||
, mPreviousFieldRow( -1 )
|
||||
{
|
||||
setupUi( this );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user