diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2020-10-20 12:23:57 +0200 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2020-10-21 06:39:08 +0000 |
| commit | 1fb3de738bc700565c63559d253577c2f3984ea6 (patch) | |
| tree | ff3fea213333ead0f488b40ddbd1436af1b30d48 /plugins/haskell/haskellrunconfiguration.h | |
| parent | 7326424349dc8df89d60644780e77a79cc0fd45f (diff) | |
Fix compilation with upstream changes
Change-Id: I22a770d936311250f86fa36980ab8e13a34111df
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.h')
| -rw-r--r-- | plugins/haskell/haskellrunconfiguration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h index 445aa3a..a3da33a 100644 --- a/plugins/haskell/haskellrunconfiguration.h +++ b/plugins/haskell/haskellrunconfiguration.h @@ -29,6 +29,7 @@ #include <projectexplorer/runconfigurationaspects.h> #include <projectexplorer/runcontrol.h> +#include <utils/aspects.h> namespace Haskell { namespace Internal { @@ -57,7 +58,7 @@ private: {ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE}}; }; -class HaskellExecutableAspect : public ProjectExplorer::BaseStringAspect +class HaskellExecutableAspect : public Utils::StringAspect { Q_OBJECT |
