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,8 +5,7 @@
#include <texteditor/texteditor.h>
namespace Android {
namespace Internal {
namespace Android::Internal {
class JavaEditorFactory : public TextEditor::TextEditorFactory
{
@@ -14,5 +13,4 @@ public:
JavaEditorFactory();
};
} // namespace Internal
} // namespace Android
} // Android::Internal