aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/uncommentselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/uncommentselection.h')
-rw-r--r--src/libs/utils/uncommentselection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/uncommentselection.h b/src/libs/utils/uncommentselection.h
index dbc47bbc646..b61fce48c91 100644
--- a/src/libs/utils/uncommentselection.h
+++ b/src/libs/utils/uncommentselection.h
@@ -50,7 +50,7 @@ public:
bool hasMultiLineStyle() const;
public:
- bool isAfterWhiteSpaces;
+ bool isAfterWhiteSpaces = false;
QString singleLine;
QString multiLineStart;
QString multiLineEnd;