Refactor painting of editor gutter
This commit is contained in:
parent
e082a5731d
commit
a5563949e5
7 changed files with 188 additions and 85 deletions
|
|
@ -45,6 +45,7 @@ SOURCES += main.cpp\
|
|||
catalog/widgets/ColumnPage.cpp \
|
||||
catalog/widgets/DependantsPage.cpp \
|
||||
catalog/widgets/TriggerPage.cpp \
|
||||
codeeditor/GutterPainter.cpp \
|
||||
crud/CrudModel.cpp \
|
||||
crud/CrudTab.cpp \
|
||||
querytool/QueryExplainModel.cpp \
|
||||
|
|
@ -119,6 +120,7 @@ HEADERS += \
|
|||
catalog/widgets/ColumnPage.h \
|
||||
catalog/widgets/DependantsPage.h \
|
||||
catalog/widgets/TriggerPage.h \
|
||||
codeeditor/GutterPainter.h \
|
||||
crud/CrudModel.h \
|
||||
crud/CrudTab.h \
|
||||
querytool/QueryExplainModel.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue