diff options
author | dt <qtc-committer@nokia.com> | 2009-11-26 18:51:07 +0100 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2009-11-30 15:24:32 +0100 |
commit | cff2c1df6d00c07c74b33896c632229a4bb1197b (patch) | |
tree | e6b7fab9ce287426774c2d864b70940e04d15193 /src/plugins/projectexplorer/buildconfiguration.h | |
parent | 6e01bf607055b2c8f62f6ee98e530885da11eabd (diff) | |
download | qt-creator-cff2c1df6d00c07c74b33896c632229a4bb1197b.tar.gz |
QMakeStep some API cleanup
Rename arguments to allArguments(), qmakeArguments() to userArguments()
Diffstat (limited to 'src/plugins/projectexplorer/buildconfiguration.h')
-rw-r--r-- | src/plugins/projectexplorer/buildconfiguration.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/buildconfiguration.h b/src/plugins/projectexplorer/buildconfiguration.h index a54e7a6705..216c1a24db 100644 --- a/src/plugins/projectexplorer/buildconfiguration.h +++ b/src/plugins/projectexplorer/buildconfiguration.h @@ -120,8 +120,6 @@ public: // restores a BuildConfiguration with the name and adds it to the project virtual BuildConfiguration *restore() const = 0; - // TODO display name unique, in different ways - signals: void availableCreationTypesChanged(); }; |