Android: Use new setup for more plugin items

Change-Id: Id5ff09813ab7b4be425d007abd4cc04d9c9472c1
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2023-11-22 17:46:57 +01:00
parent 497b9b3c2c
commit 353c3cc930
17 changed files with 240 additions and 227 deletions

View File

@@ -3,14 +3,8 @@
#pragma once
#include <texteditor/texteditor.h>
namespace Android::Internal {
class JavaEditorFactory : public TextEditor::TextEditorFactory
{
public:
JavaEditorFactory();
};
void setupJavaEditor();
} // Android::Internal