diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-21 18:44:02 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-17 08:37:02 +0000 |
| commit | b75e52c16bfaccf56621883ac0a9f27bf99c8661 (patch) | |
| tree | 4b31e71c4067c664f5ad3e07f3b789b47c7bc085 /src/ui/dialog/xml-tree.cpp | |
| parent | Pull a copy of desktop-gtk3 (diff) | |
| download | inkscape-b75e52c16bfaccf56621883ac0a9f27bf99c8661.tar.gz inkscape-b75e52c16bfaccf56621883ac0a9f27bf99c8661.zip | |
Move code related to SwatchesPanel where it belongs
panel.cpp contains a lot of code which is actually used to build the
SwatchesPanel. Move it to swatches.cpp.
This is mostly just a cut-n-paste, plus some includes cleanup.
Diffstat (limited to 'src/ui/dialog/xml-tree.cpp')
| -rw-r--r-- | src/ui/dialog/xml-tree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/xml-tree.cpp b/src/ui/dialog/xml-tree.cpp index f90dc6fe1..11691deb4 100644 --- a/src/ui/dialog/xml-tree.cpp +++ b/src/ui/dialog/xml-tree.cpp @@ -45,7 +45,7 @@ namespace Inkscape { namespace UI { namespace Dialog { -XmlTree::XmlTree (void) : +XmlTree::XmlTree() : UI::Widget::Panel("/dialogs/xml/", SP_VERB_DIALOG_XML_EDITOR), blocked (0), _message_stack (NULL), |
