forked from qt-creator/qt-creator
RemoteLinux: Initialize members
Change-Id: I91d716cfc014e8b4e120782a0058c1d832ba5031 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
a1531694d1
commit
5e6dc0e5fd
@@ -42,12 +42,10 @@ namespace Internal {
|
||||
class AbstractPackagingStepPrivate
|
||||
{
|
||||
public:
|
||||
AbstractPackagingStepPrivate() : currentBuildConfiguration(0) { }
|
||||
|
||||
BuildConfiguration *currentBuildConfiguration;
|
||||
BuildConfiguration *currentBuildConfiguration = nullptr;
|
||||
QString cachedPackageFilePath;
|
||||
QString cachedPackageDirectory;
|
||||
bool deploymentDataModified;
|
||||
bool deploymentDataModified = false;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
Reference in New Issue
Block a user