aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-07-15 16:57:25 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2011-07-15 17:06:29 +0200
commit076064ce306a91879eaeac2420c4ec7b19fa7b5e (patch)
tree473071f3ffe9678ac3646f43234446809bc3b226 /src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
parent89ac110ab066f3183725f574a237f9ef4c92192f (diff)
RemoteLinux: Introduce abstract packaging step.
This removes the dependency of the tar packaging step on Maemo-specific code. Change-Id: I863b13e643a5028edaf2f571f63b1a52d229812b Reviewed-on: http://codereview.qt.nokia.com/1709 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/abstractuploadandinstallpackageservice.h')
-rw-r--r--src/plugins/remotelinux/abstractuploadandinstallpackageservice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h b/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
index 1d0a47bad5..1be8e6aac0 100644
--- a/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
+++ b/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
@@ -37,7 +37,6 @@
namespace RemoteLinux {
namespace Internal {
-class AbstractMaemoPackageCreationStep;
class AbstractMaemoPackageInstaller;
class AbstractUploadAndInstallPackageServicePrivate;
}