1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

TextEditor: Rename TextEditorWidget => TextEditor::MainWidget

This commit is contained in:
Andreas Kling 2021-05-01 18:26:44 +02:00
parent 2fa765bbd5
commit b424e6c86f
4 changed files with 37 additions and 26 deletions

View file

@ -2,7 +2,7 @@ compile_gml(TextEditorWindow.gml TextEditorWindowGML.h text_editor_window_gml)
set(SOURCES
main.cpp
TextEditorWidget.cpp
MainWidget.cpp
TextEditorWindowGML.h
)