diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2011-01-13 11:41:45 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2011-01-13 12:21:45 +0100 |
commit | 6b92bc3d13dba1fec66d9e37db21acb3351d1cd2 (patch) | |
tree | f425ebe9a25ad52740250cffbe6e5a98df9aff36 /src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp | |
parent | 1bf2d0ab66a90db2bf278aef9a582e035f62e29a (diff) | |
download | qt-creator-6b92bc3d13dba1fec66d9e37db21acb3351d1cd2.tar.gz |
Clean up environmentmodel/widget
* Move the environment model code to utils and export it
* rename the environmenteditmodel files to environmentwidget
(which is the class they actually contain)
Reviewed-by: dt
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp')
-rw-r--r-- | src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp b/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp index 840649f309..c6ef5b6360 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp +++ b/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp @@ -37,7 +37,7 @@ #include "qmlproject.h" #include <coreplugin/icore.h> -#include <projectexplorer/environmenteditmodel.h> +#include <projectexplorer/environmentwidget.h> #include <projectexplorer/projectexplorer.h> #include <utils/debuggerlanguagechooser.h> #include <utils/detailswidget.h> |