summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/externaltool.h
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2011-02-02 12:35:32 +0100
committercon <qtc-committer@nokia.com>2011-02-18 17:15:40 +0100
commit8cda869a15d4ac0a7f42db44a9e02b93052450a4 (patch)
treec0233d2be9485e25a65426df38d7da4b516a10da /src/plugins/coreplugin/externaltool.h
parent8cb7e30a150d9c70db4874b95ba44e7f3fec41e1 (diff)
downloadqt-creator-8cda869a15d4ac0a7f42db44a9e02b93052450a4.tar.gz
Make adding user tools possible.
Adding new categories is not there yet though, neither is moving tools through the categories.
Diffstat (limited to 'src/plugins/coreplugin/externaltool.h')
-rw-r--r--src/plugins/coreplugin/externaltool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/externaltool.h b/src/plugins/coreplugin/externaltool.h
index 1fa13e929c..45d1b4ced4 100644
--- a/src/plugins/coreplugin/externaltool.h
+++ b/src/plugins/coreplugin/externaltool.h
@@ -91,7 +91,8 @@ public:
bool operator==(const ExternalTool &other);
bool operator!=(const ExternalTool &other) { return !((*this) == other); }
- // display category and order are handled specially
+ void setId(const QString &id);
+ void setCategory(const QString &category);
void setDisplayName(const QString &name);
void setDescription(const QString &description);
void setOutputHandling(OutputHandling handling);