summaryrefslogtreecommitdiff
path: root/src/plugins/madde/maemodeploybymountsteps.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-03-21 12:01:58 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-03-25 13:52:45 +0100
commitf4a0cbf6c072b1696f6dee8aeee75d5a1ff4b41a (patch)
treee2a7b9f03777baaa45bf64bb68618fe0c284cf9e /src/plugins/madde/maemodeploybymountsteps.cpp
parentf5aa5f3dae5f10288d67b7e4b51d04bcfb495fc3 (diff)
downloadqt-creator-f4a0cbf6c072b1696f6dee8aeee75d5a1ff4b41a.tar.gz
Fix gcc warnings about unused variables.
These appear when compiling in release mode. Change-Id: I76ee3b1b8d728fd839d713ee4f914b6965851b99 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/plugins/madde/maemodeploybymountsteps.cpp')
-rw-r--r--src/plugins/madde/maemodeploybymountsteps.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/madde/maemodeploybymountsteps.cpp b/src/plugins/madde/maemodeploybymountsteps.cpp
index 9da25792e0..9ff045826e 100644
--- a/src/plugins/madde/maemodeploybymountsteps.cpp
+++ b/src/plugins/madde/maemodeploybymountsteps.cpp
@@ -353,8 +353,7 @@ QList<MaemoMountSpecification> MaemoMountAndCopyFilesService::mountSpecification
void MaemoMountAndCopyFilesService::doInstall()
{
- m_copyFacility->copyFiles(connection(), deviceConfiguration(), m_filesToCopy,
- deployMountPoint());
+ m_copyFacility->copyFiles(deviceConfiguration(), m_filesToCopy, deployMountPoint());
}
void MaemoMountAndCopyFilesService::cancelInstallation()