aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/runenvironment.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-30 10:14:16 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-30 08:47:03 +0000
commit3811fd0855ea37eea6a02d6d3285b2503c6701d0 (patch)
tree1fbf4cdc1874c50f27ff762babd6362a4826ca20 /src/lib/corelib/api/runenvironment.cpp
parent4b20594bd141fbfb46891ee100696a39ffe5d4c6 (diff)
Code clean-up in corelib/language/.
- Remove unneeded #includes (particularly from header files). - Make inline member function implementations less verbose. - De-QObjectify the Loader class and remove unneeded members & heap allocations. - Minor stuff (const issues, unneeded namespace qualifications). Change-Id: I55f2d7ed98b32faed7582bc6adfa04eb799de874 Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'src/lib/corelib/api/runenvironment.cpp')
-rw-r--r--src/lib/corelib/api/runenvironment.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/api/runenvironment.cpp b/src/lib/corelib/api/runenvironment.cpp
index 120d12c14..55ed80737 100644
--- a/src/lib/corelib/api/runenvironment.cpp
+++ b/src/lib/corelib/api/runenvironment.cpp
@@ -33,6 +33,7 @@
#include <api/projectdata.h>
#include <buildgraph/productinstaller.h>
#include <language/language.h>
+#include <language/propertymapinternal.h>
#include <language/scriptengine.h>
#include <logging/logger.h>
#include <logging/translator.h>