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

@@ -35,7 +35,7 @@
#include "customexecutablerunconfiguration.h"
#include "target.h"
#include "project.h"
#include "environmenteditmodel.h"
#include "environmentwidget.h"
#include <utils/detailswidget.h>
#include <utils/environment.h>