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
This commit is contained in:
Tobias Hunger
2011-01-13 11:41:45 +01:00
parent 1bf2d0ab66
commit 6b92bc3d13
13 changed files with 740 additions and 636 deletions

View File

@@ -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>