Skip to content

Commit

Permalink
Initialize attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 28, 2017
1 parent 8b70d7f commit e0c708c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/qgsvectorlayerjoininfo.h
Expand Up @@ -178,11 +178,11 @@ class CORE_EXPORT QgsVectorLayerJoinInfo

bool mDynamicForm = false;

bool mEditable;
bool mEditable = false;

bool mUpsertOnEdit;
bool mUpsertOnEdit = false;

bool mCascadedDelete;
bool mCascadedDelete = false;

//! Cache for joined attributes to provide fast lookup (size is 0 if no memory caching)
QHash< QString, QgsAttributes> cachedAttributes;
Expand Down

0 comments on commit e0c708c

Please sign in to comment.