diff options
author | dt <qtc-committer@nokia.com> | 2010-12-10 19:02:19 +0100 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2011-01-17 14:13:40 +0100 |
commit | 67cfb7e078d6c37487992f8ac09e1147e0774fbe (patch) | |
tree | cf4c309b90ed86a4a4cdf5665453c51575062923 /src/plugins/genericprojectmanager/generictarget.h | |
parent | 77bf0c17c59bf9324f07ae97dee0b77789c549fd (diff) | |
download | qt-creator-67cfb7e078d6c37487992f8ac09e1147e0774fbe.tar.gz |
Qt4projectManager: Refactor Qt4Target, split up in per target classes
Almost(*) all of the symbian and maemo specific code is now theoretically
moveable to a separate plugin. Thus making it possible to implement
new targets in a plugin.
(*) Noteable missing is the qtversion, which needs to be split up
per target too.
Also fixes
Task-Nr: QTCREATORBUG-2440
Reviewed-By: hunger
Reviewed-By: ck
Diffstat (limited to 'src/plugins/genericprojectmanager/generictarget.h')
-rw-r--r-- | src/plugins/genericprojectmanager/generictarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/genericprojectmanager/generictarget.h b/src/plugins/genericprojectmanager/generictarget.h index 07ad77f203..3aa281b7e3 100644 --- a/src/plugins/genericprojectmanager/generictarget.h +++ b/src/plugins/genericprojectmanager/generictarget.h @@ -91,7 +91,7 @@ public: bool supportsTargetId(const QString &id) const; - QStringList availableCreationIds(ProjectExplorer::Project *parent) const; + QStringList supportedTargetIds(ProjectExplorer::Project *parent) const; QString displayNameForId(const QString &id) const; bool canCreate(ProjectExplorer::Project *parent, const QString &id) const; |