Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use C++11 style initializer in custom widget
  • Loading branch information
alexbruy committed Mar 14, 2017
1 parent d24ba19 commit 2ccdbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customwidgets/qgspasswordlineeditplugin.h
Expand Up @@ -32,7 +32,7 @@ class CUSTOMWIDGETS_EXPORT QgsPasswordLineEditPlugin : public QObject, public QD
explicit QgsPasswordLineEditPlugin( QObject *parent = 0 );

private:
bool mInitialized;
bool mInitialized = false;

// QDesignerCustomWidgetInterface interface
public:
Expand Down

0 comments on commit 2ccdbc9

Please sign in to comment.