Initialize variables to make coverity happy
Change-Id: Id574a114cbed04927ae380c6d97027cf4b351032 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
bcd4b14026
commit
6061e6820b
@ -145,10 +145,10 @@ public:
|
|||||||
bool isUnnamedFile() const override final;
|
bool isUnnamedFile() const override final;
|
||||||
|
|
||||||
const QString &templateName;
|
const QString &templateName;
|
||||||
quint32 fileMode;
|
quint32 fileMode = 0;
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
bool filePathIsTemplate;
|
bool filePathIsTemplate = true;
|
||||||
bool filePathWasTemplate;
|
bool filePathWasTemplate = true;
|
||||||
bool unnamedFile = false;
|
bool unnamedFile = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user