forked from qt-creator/qt-creator
Utils: Fix Coverty complaint
Change-Id: I69067a24e8c739f3e2241d06a3b4344a37b409c6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -288,7 +288,7 @@ public:
|
|||||||
using FileSaverBase::finalize;
|
using FileSaverBase::finalize;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_isSafe;
|
bool m_isSafe = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
class QTCREATOR_UTILS_EXPORT TempFileSaver : public FileSaverBase
|
class QTCREATOR_UTILS_EXPORT TempFileSaver : public FileSaverBase
|
||||||
|
Reference in New Issue
Block a user