Android: Clean up javaeditor a bit

Change-Id: I600916ecb1f851c52efa742022e0cab3c23cabd6
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
hjk
2022-09-27 08:50:58 +02:00
parent 4a5c3d871d
commit 5eae2a2c42
2 changed files with 7 additions and 13 deletions

View File

@@ -5,21 +5,18 @@
#include "javaindenter.h"
#include "androidconstants.h"
#include <texteditor/codeassist/keywordscompletionassist.h>
#include <coreplugin/editormanager/ieditorfactory.h>
#include <texteditor/codeassist/keywordscompletionassist.h>
#include <texteditor/textdocument.h>
#include <texteditor/texteditoractionhandler.h>
#include <texteditor/texteditorconstants.h>
#include <texteditor/texteditor.h>
#include <extensionsystem/pluginmanager.h>
#include <utils/fileutils.h>
#include <utils/filepath.h>
#include <utils/uncommentselection.h>
#include <QFileInfo>
namespace Android {
namespace Internal {
namespace Android::Internal {
static TextEditor::TextDocument *createJavaDocument()
{
@@ -55,5 +52,4 @@ JavaEditorFactory::JavaEditorFactory()
setCompletionAssistProvider(new TextEditor::KeywordsCompletionAssistProvider(keywords));
}
} // namespace Internal
} // namespace Android
} // Android::Internal