Skip to content

Commit 2ccdbc9

Browse files
committed
use C++11 style initializer in custom widget
1 parent d24ba19 commit 2ccdbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/customwidgets/qgspasswordlineeditplugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CUSTOMWIDGETS_EXPORT QgsPasswordLineEditPlugin : public QObject, public QD
3232
explicit QgsPasswordLineEditPlugin( QObject *parent = 0 );
3333

3434
private:
35-
bool mInitialized;
35+
bool mInitialized = false;
3636

3737
// QDesignerCustomWidgetInterface interface
3838
public:

0 commit comments

Comments
 (0)