summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxutils.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-08-01 16:26:27 +0200
committerhjk <qthjk@ovi.com>2012-08-02 10:36:04 +0200
commit753c62d75e73b101e485decebcf2f33d28b8f87e (patch)
treeabf34e205130db9fcd66d7fb2b66606dfd8bf6dd /src/plugins/remotelinux/remotelinuxutils.h
parentac8150624a5dcd1e681e6373e812201cd0725d33 (diff)
downloadqt-creator-753c62d75e73b101e485decebcf2f33d28b8f87e.tar.gz
Device support: Introduce IDevice helper classes.
These are for configuration of process and ports gathering activities, respectively. This couples related functionality more tightly, while keeping the number of IDevice methods at a reasonable level. For ports gathering, the patch also adds the ability to configure both the command and the parsing function; the latter used to be hardcoded in the PortsGatherer class. Change-Id: I1b8940397a51efa7ddc05dd15cf861777d118c1a Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxutils.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxutils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/remotelinux/remotelinuxutils.h b/src/plugins/remotelinux/remotelinuxutils.h
index b8bbf3b758..24d9c37488 100644
--- a/src/plugins/remotelinux/remotelinuxutils.h
+++ b/src/plugins/remotelinux/remotelinuxutils.h
@@ -32,15 +32,11 @@
#include "remotelinux_export.h"
-#include <QSharedPointer>
-
namespace RemoteLinux {
-class LinuxDevice;
class REMOTELINUX_EXPORT RemoteLinuxUtils
{
public:
- static QString killApplicationCommandLine(const QString &applicationFilePath);
};
} // namespace RemoteLinux