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/stackbuildstep.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/stackbuildstep.h')
| -rw-r--r-- | plugins/haskell/stackbuildstep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/stackbuildstep.h b/plugins/haskell/stackbuildstep.h index 4ef55ff..98938f5 100644 --- a/plugins/haskell/stackbuildstep.h +++ b/plugins/haskell/stackbuildstep.h @@ -37,7 +37,7 @@ class StackBuildStep : public ProjectExplorer::AbstractProcessStep public: StackBuildStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id); - ProjectExplorer::BuildStepConfigWidget *createConfigWidget() override; + QWidget *createConfigWidget() override; static QString trDisplayName(); }; |
