texteditor: Remove unused forward declaration

Change-Id: I5edbbbecef472230a81827aa0206533918d97230
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Laurent Montel
2019-10-17 14:28:12 +02:00
parent 8b04019270
commit 3decb2fc58
4 changed files with 0 additions and 6 deletions

View File

@@ -31,8 +31,6 @@
namespace TextEditor {
class AssistInterface;
class TEXTEDITOR_EXPORT DocumentContentCompletionProvider : public CompletionAssistProvider
{
Q_OBJECT

View File

@@ -30,8 +30,6 @@
namespace TextEditor {
class IFunctionHintProposalModel;
class TEXTEDITOR_EXPORT FunctionHintProposal : public IAssistProposal
{
public:

View File

@@ -33,7 +33,6 @@
#include <Definition>
namespace TextEditor {
class FontSettings;
class TextDocument;
class Highlighter : public SyntaxHighlighter, public KSyntaxHighlighting::AbstractHighlighter

View File

@@ -35,7 +35,6 @@ namespace Core { class Id; }
namespace TextEditor {
class ICodeStylePreferences;
class SnippetProvider;
class TEXTEDITOR_EXPORT CodeStyleEditorWidget : public QWidget
{