Move codeeditor to folder
This commit is contained in:
parent
91ac77a058
commit
d266882927
5 changed files with 4 additions and 4 deletions
|
|
@ -1,19 +0,0 @@
|
|||
#include "EditorGutter.h"
|
||||
#include "CodeEditor.h"
|
||||
|
||||
EditorGutter::EditorGutter(CodeEditor *editor)
|
||||
: QWidget(editor)
|
||||
, codeEditor(editor)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QSize EditorGutter::sizeHint() const
|
||||
{
|
||||
return QSize(codeEditor->gutterAreaWidth(), 0);
|
||||
}
|
||||
|
||||
void EditorGutter::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
codeEditor->gutterAreaPaintEvent(event);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue