diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-09-27 02:44:51 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2018-09-27 02:44:51 +0000 |
| commit | 42969f6dc9924dc1b604ac163fbf29ad60e12fdd (patch) | |
| tree | f3a81142978739026441112bf926aea922bd6c00 /src/ui/CMakeLists.txt | |
| parent | Fix crash in fill and stroke dialog (diff) | |
| download | inkscape-42969f6dc9924dc1b604ac163fbf29ad60e12fdd.tar.gz inkscape-42969f6dc9924dc1b604ac163fbf29ad60e12fdd.zip | |
Refactor addtoicon and turn into more generic iconrenderer CellRenderer
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 6d1ebb785..458125c59 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -142,7 +142,7 @@ set(ui_SRC dialog/xml-tree.cpp dialog/save-template-dialog.cpp - widget/addtoicon.cpp + widget/iconrenderer.cpp widget/alignment-selector.cpp widget/anchor-selector.cpp widget/button.cpp @@ -361,7 +361,7 @@ set(ui_SRC tools/tweak-tool.h tools/zoom-tool.h - widget/addtoicon.h + widget/iconrenderer.h widget/alignment-selector.h widget/anchor-selector.h widget/attr-widget.h |
