TextEditor: De-QObject-ify TextEditorActionHandler

Change-Id: I8c4919b89ce35d421edd4a21a650d5e0df4a7ead
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2020-02-05 17:51:41 +01:00
parent e12ba2d683
commit 9c934ed44c
7 changed files with 65 additions and 54 deletions

View File

@@ -27,6 +27,8 @@
#include <coreplugin/editormanager/ieditorfactory.h>
#include <texteditor/texteditoractionhandler.h>
namespace DiffEditor {
namespace Internal {
@@ -34,6 +36,12 @@ class DiffEditorFactory : public Core::IEditorFactory
{
public:
DiffEditorFactory();
private:
TextEditor::TextEditorActionHandler descriptionHandler;
TextEditor::TextEditorActionHandler unifiedHandler;
TextEditor::TextEditorActionHandler leftHandler;
TextEditor::TextEditorActionHandler rightHandler;
};
} // namespace Internal