aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskellplugin.cpp')
-rw-r--r--plugins/haskell/haskellplugin.cpp3
1 files changed, 3 insertions, 0 deletions
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;
}