Editor code cleanup

This commit is contained in:
eelke 2022-04-10 09:32:02 +02:00
parent d266882927
commit e082a5731d
3 changed files with 45 additions and 36 deletions

View file

@ -4,9 +4,7 @@
EditorGutter::EditorGutter(CodeEditor *editor)
: QWidget(editor)
, codeEditor(editor)
{
}
{}
QSize EditorGutter::sizeHint() const
{