diff options
Diffstat (limited to 'plugins/haskell/haskellplugin.cpp')
| -rw-r--r-- | plugins/haskell/haskellplugin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/haskell/haskellplugin.cpp b/plugins/haskell/haskellplugin.cpp index 843a524..e917116 100644 --- a/plugins/haskell/haskellplugin.cpp +++ b/plugins/haskell/haskellplugin.cpp @@ -38,6 +38,7 @@ #include <coreplugin/editormanager/editormanager.h> #include <coreplugin/icore.h> #include <projectexplorer/projectmanager.h> +#include <projectexplorer/jsonwizard/jsonwizardfactory.h> #include <texteditor/snippets/snippetprovider.h> #include <QAction> @@ -89,6 +90,8 @@ bool HaskellPlugin::initialize(const QStringList &arguments, QString *errorStrin registerGhciAction(); HaskellManager::readSettings(Core::ICore::settings()); + + ProjectExplorer::JsonWizardFactory::addWizardPath(":/haskell/share/wizards/"); return true; } |
