mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Fix Coverity uninitialized member warning
This commit is contained in:
parent
0ef9c729c0
commit
25a9929dea
@ -251,7 +251,7 @@ class CORE_EXPORT QgsAction
|
||||
mutable std::shared_ptr<QAction> mAction;
|
||||
QUuid mId;
|
||||
QgsExpressionContextScope mExpressionContextScope;
|
||||
bool mIsEnabledOnlyWhenEditable;
|
||||
bool mIsEnabledOnlyWhenEditable = false;
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE( QgsAction )
|
||||
|
Loading…
x
Reference in New Issue
Block a user