forked from qt-creator/qt-creator
TextEditor: Use new setup pattern for markdown and json editor
And remove the now-empty plugin pimpl. Change-Id: Ie00b747a4a41bc6efc84ea43db81a71e8364df3d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -3,14 +3,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "texteditor.h"
|
||||
|
||||
namespace TextEditor::Internal {
|
||||
|
||||
class JsonEditorFactory final : public TextEditorFactory
|
||||
{
|
||||
public:
|
||||
JsonEditorFactory();
|
||||
};
|
||||
void setupJsonEditor();
|
||||
|
||||
} // TextEditor::Internal
|
||||
|
||||
Reference in New Issue
Block a user