summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildconfigurationmodel.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-04-14 12:58:14 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-04-14 12:58:14 +0200
commitfcdc8177b19a5fb3f9e7ab0e49a9142bca0d3b52 (patch)
tree1b2b18e7e5537dd059a667f53fe4a4ab8c9d0795 /src/plugins/projectexplorer/buildconfigurationmodel.cpp
parentdc3c156cac62262233ffc9f4aaa4b4a6245b66a6 (diff)
downloadqt-creator-fcdc8177b19a5fb3f9e7ab0e49a9142bca0d3b52.tar.gz
Documentation: Add ProjectExplorer plugin..
Reformat existing documentation to qdoc.
Diffstat (limited to 'src/plugins/projectexplorer/buildconfigurationmodel.cpp')
-rw-r--r--src/plugins/projectexplorer/buildconfigurationmodel.cpp12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/buildconfigurationmodel.cpp b/src/plugins/projectexplorer/buildconfigurationmodel.cpp
index 4208f152c1..21029da3d6 100644
--- a/src/plugins/projectexplorer/buildconfigurationmodel.cpp
+++ b/src/plugins/projectexplorer/buildconfigurationmodel.cpp
@@ -36,9 +36,15 @@
using namespace ProjectExplorer;
-///
-/// RunConfigurationsModel
-///
+/*!
+ \class ProjectExplorer::BuildConfigurationModel
+ \brief A model to represent the build configurations of a target.
+
+ To be used in for the drop down of comboboxes.
+ Does automatically adjust itself to added and removed BuildConfigurations
+ Very similar to the Run Configuration Model.
+ TODO might it possible to share code without making the code a complete mess.
+*/
class BuildConfigurationComparer
{