aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/shellcommand.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/shellcommand.h
parent00c926b6b44c78c14095369aa908110a2f9e24a7 (diff)
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/shellcommand.h')
-rw-r--r--src/libs/utils/shellcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/shellcommand.h b/src/libs/utils/shellcommand.h
index 3f933ee1146..9bd5c04a41a 100644
--- a/src/libs/utils/shellcommand.h
+++ b/src/libs/utils/shellcommand.h
@@ -63,7 +63,7 @@ private:
void setFuture(QFutureInterface<void> *future);
QFutureInterface<void> *m_future;
- QMutex *m_futureMutex;
+ QMutex *m_futureMutex = nullptr;
friend class ShellCommand;
};