summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.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/projectexplorer/devicesupport/deviceusedportsgatherer.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/projectexplorer/devicesupport/deviceusedportsgatherer.h')
-rw-r--r--src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h b/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h
index f68dd6fa4d..0ab94597cd 100644
--- a/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h
+++ b/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h
@@ -50,8 +50,6 @@ public:
int getNextFreePort(Utils::PortList *freePorts) const; // returns -1 if no more are left
QList<int> usedPorts() const;
- void setCommand(const QString &command); // Will use default command if not set
-
signals:
void error(const QString &errMsg);
void portListReady();