Valgrind: Init members of CallgrindController

Change-Id: Ic35575858391f98c84ee08cf6287c379a7e866da
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Robert Loehning
2017-07-18 15:46:55 +02:00
parent 41ae823bda
commit 6d4472d6b4

View File

@@ -82,7 +82,7 @@ private:
void controllerProcessError(QProcess::ProcessError); void controllerProcessError(QProcess::ProcessError);
void controllerProcessClosed(bool success); void controllerProcessClosed(bool success);
ProjectExplorer::ApplicationLauncher *m_controllerProcess; ProjectExplorer::ApplicationLauncher *m_controllerProcess = nullptr;
ProjectExplorer::StandardRunnable m_valgrindRunnable; ProjectExplorer::StandardRunnable m_valgrindRunnable;
qint64 m_pid = 0; qint64 m_pid = 0;
@@ -93,7 +93,7 @@ private:
QString m_tempDataFile; QString m_tempDataFile;
QSsh::SshRemoteProcess::Ptr m_findRemoteFile; QSsh::SshRemoteProcess::Ptr m_findRemoteFile;
QSsh::SftpChannel::Ptr m_sftp; QSsh::SftpChannel::Ptr m_sftp;
QSsh::SftpJobId m_downloadJob; QSsh::SftpJobId m_downloadJob = 0;
QByteArray m_remoteFile; QByteArray m_remoteFile;
}; };