forked from qt-creator/qt-creator
TextEditor: De-QObject-ify TextEditorActionHandler
Change-Id: I8c4919b89ce35d421edd4a21a650d5e0df4a7ead Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user