aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskelleditorwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskelleditorwidget.h')
-rw-r--r--plugins/haskell/haskelleditorwidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/haskell/haskelleditorwidget.h b/plugins/haskell/haskelleditorwidget.h
index 819e040..2421fc3 100644
--- a/plugins/haskell/haskelleditorwidget.h
+++ b/plugins/haskell/haskelleditorwidget.h
@@ -43,6 +43,9 @@ public:
static Utils::optional<Token> symbolAt(QTextDocument *doc, int position,
int *line, int *column);
+ static void showFailedToStartStackError(const QString &stackExecutable,
+ TextEditor::TextEditorWidget *widget);
+
protected:
Utils::Link findLinkAt(const QTextCursor &cursor, bool resolveTarget = true,
bool inNextSplit = false) override;