fix precise build

This commit is contained in:
Juergen E. Fischer 2015-12-05 21:31:13 +01:00
parent 3d311d6329
commit be817165d6

View File

@ -4,7 +4,7 @@
QgsEditFormConfig::QgsEditFormConfig( QObject* parent )
: QObject( parent )
, mEditorLayout( GeneratedLayout )
, mInitCodeSource( QgsEditFormConfig::PythonInitCodeSource::CodeSourceNone )
, mInitCodeSource( CodeSourceNone )
, mFeatureFormSuppress( SuppressDefault )
{
connect( QgsProject::instance()->relationManager(), SIGNAL( relationsLoaded() ), this, SLOT( onRelationsLoaded() ) );