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;
|
||||
|
||||
const QString &templateName;
|
||||
quint32 fileMode;
|
||||
quint32 fileMode = 0;
|
||||
int flags = 0;
|
||||
bool filePathIsTemplate;
|
||||
bool filePathWasTemplate;
|
||||
bool filePathIsTemplate = true;
|
||||
bool filePathWasTemplate = true;
|
||||
bool unnamedFile = false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user