Utils: Fix Coverty complaint

Change-Id: I69067a24e8c739f3e2241d06a3b4344a37b409c6
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2021-08-09 08:09:39 +02:00
parent 9cd71eb17b
commit 2b820cc42d

View File

@@ -288,7 +288,7 @@ public:
using FileSaverBase::finalize;
private:
bool m_isSafe;
bool m_isSafe = false;
};
class QTCREATOR_UTILS_EXPORT TempFileSaver : public FileSaverBase