qmake: Fix initialization order in VcprojGenerator ctor
Detected by clang Change-Id: I17b49b1737ca4a9ab6608a5d8701a9e1c50af5ae Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
67f9a8c57b
commit
9ac4a9ef26
@ -111,8 +111,8 @@ const char _slnExtSections[] = "\n\tGlobalSection(ExtensibilityGlobals) = pos
|
|||||||
VcprojGenerator::VcprojGenerator()
|
VcprojGenerator::VcprojGenerator()
|
||||||
: Win32MakefileGenerator(),
|
: Win32MakefileGenerator(),
|
||||||
is64Bit(false),
|
is64Bit(false),
|
||||||
projectWriter(0),
|
customBuildToolFilterFileSuffix(QStringLiteral(".cbt")),
|
||||||
customBuildToolFilterFileSuffix(QStringLiteral(".cbt"))
|
projectWriter(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user