diff options
author | hjk <hjk@qt.io> | 2019-03-13 08:06:08 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2019-03-13 14:44:46 +0000 |
commit | 164ae1428ed450703dbc89e367bbc2afa91476cf (patch) | |
tree | cf7f5fb7d8b5307a11662b92341bc1b607824688 /src/plugins/pythoneditor/pythoneditorplugin.cpp | |
parent | 1fcb8a56e0a12c8a74f548c901bc5874bca9bc30 (diff) | |
download | qt-creator-164ae1428ed450703dbc89e367bbc2afa91476cf.tar.gz |
ProjectExplorer: Move RunControl related classes to separate file pair
Change-Id: I5da56f80336673d595907abcc797f628be680cd5
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorplugin.cpp b/src/plugins/pythoneditor/pythoneditorplugin.cpp index dd286f31cb..68a0431789 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.cpp +++ b/src/plugins/pythoneditor/pythoneditorplugin.cpp @@ -39,6 +39,7 @@ #include <projectexplorer/buildtargetinfo.h> #include <projectexplorer/kitmanager.h> #include <projectexplorer/localenvironmentaspect.h> +#include <projectexplorer/runcontrol.h> #include <projectexplorer/runconfiguration.h> #include <projectexplorer/runconfigurationaspects.h> #include <projectexplorer/project.h> |