summaryrefslogtreecommitdiff
path: root/src/libs/utils/uncommentselection.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-07-23 10:45:40 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2018-07-24 12:21:42 +0000
commitf6943a712abd5cf1f213aeb5cb984a4ab61ae139 (patch)
tree5771391e68dd1d10e3af4cc43cf54a9b4e6de629 /src/libs/utils/uncommentselection.h
parent00c926b6b44c78c14095369aa908110a2f9e24a7 (diff)
downloadqt-creator-f6943a712abd5cf1f213aeb5cb984a4ab61ae139.tar.gz
Utils: Modernize further
Many issues, mostly in headers, were not addressed in e38410b76c40ffde33cf1ab405926cd243c4e48c modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using modernize-use-default-member-init modernize-use-equals-default Change-Id: I320a51726db881e582b898948d53735ebb06887a Reviewed-by: hjk <hjk@qt.io>
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 dbc47bbc64..b61fce48c9 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;