From 7f7a95d2352a0cf913f0f12fe188e03b256a7b51 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Sun, 23 Apr 2017 08:39:41 +0200 Subject: Register a haskell editor factory --- plugins/haskell/haskellplugin.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/haskell/haskellplugin.cpp') diff --git a/plugins/haskell/haskellplugin.cpp b/plugins/haskell/haskellplugin.cpp index 1e0c4ab..8df9961 100644 --- a/plugins/haskell/haskellplugin.cpp +++ b/plugins/haskell/haskellplugin.cpp @@ -25,6 +25,7 @@ #include "haskellplugin.h" #include "haskellconstants.h" +#include "haskelleditorfactory.h" namespace Haskell { namespace Internal { @@ -52,6 +53,8 @@ bool HaskellPlugin::initialize(const QStringList &arguments, QString *errorStrin Q_UNUSED(arguments) Q_UNUSED(errorString) + addAutoReleasedObject(new HaskellEditorFactory); + return true; } -- cgit v1.2.3