diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2019-10-24 12:03:52 +0200 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2019-10-24 12:31:14 +0000 |
| commit | d59eb32ce6271f8f7069b4d526ba767ae59c8aed (patch) | |
| tree | 5a36f4ba921cac301751d05d91d7b0eefaa66340 /plugins/haskell/haskellcompletionassist.h | |
| parent | 126fe0fa0b58e3d70ca1109336f784d5659c846f (diff) | |
Remove support for ghc-mod
ghc-mod is no longer active and doesn't even compile against newer
GHC versions.
Use haskell-ide-engine and Qt Creator's language protocol client
instead.
Change-Id: I5776ec8375c732b8066d09e629148ae222e981c5
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskellcompletionassist.h')
| -rw-r--r-- | plugins/haskell/haskellcompletionassist.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/plugins/haskell/haskellcompletionassist.h b/plugins/haskell/haskellcompletionassist.h deleted file mode 100644 index 9b3f0ca..0000000 --- a/plugins/haskell/haskellcompletionassist.h +++ /dev/null @@ -1,45 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2017 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of Qt Creator. -** -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see https://www.qt.io/terms-conditions. For further -** information use the contact form at https://www.qt.io/contact-us. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 3 as published by the Free Software -** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT -** included in the packaging of this file. Please review the following -** information to ensure the GNU General Public License requirements will -** be met: https://www.gnu.org/licenses/gpl-3.0.html. -** -****************************************************************************/ - -#ifndef HASKELLCOMPLETIONASSIST_H -#define HASKELLCOMPLETIONASSIST_H - -#include <texteditor/codeassist/completionassistprovider.h> - -namespace Haskell { -namespace Internal { - -class HaskellCompletionAssistProvider : public TextEditor::CompletionAssistProvider -{ - Q_OBJECT - -public: - TextEditor::IAssistProcessor *createProcessor() const override; -}; - -} // namespace Internal -} // namespace Haskell - -#endif // HASKELLCOMPLETIONASSIST_H |
