diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-10-05 23:24:27 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-10-05 23:24:27 +0000 |
| commit | 156cf3323a936c7dfccd9e09458cd8b5d174b7fe (patch) | |
| tree | baeeae39954ed5aade824f0426d9bab5d677f5ce /src/shape-editor.cpp | |
| parent | Attempt to fix build breakage reported by su_v (but not seen locally). (diff) | |
| download | inkscape-156cf3323a936c7dfccd9e09458cd8b5d174b7fe.tar.gz inkscape-156cf3323a936c7dfccd9e09458cd8b5d174b7fe.zip | |
Move more UI code into ui/
(bzr r13341.1.253)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/shape-editor.cpp (renamed from src/shape-editor.cpp) | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/shape-editor.cpp b/src/ui/shape-editor.cpp index 7915fe533..0b9fc24c5 100644 --- a/src/shape-editor.cpp +++ b/src/ui/shape-editor.cpp @@ -18,13 +18,16 @@ #include "document.h" #include "gc-anchored.h" #include "knotholder.h" -#include "object-edit.h" +#include "ui/object-edit.h" #include "sp-item.h" #include "sp-object.h" -#include "shape-editor.h" +#include "ui/shape-editor.h" #include "xml/node-event-vector.h" -using Inkscape::createKnotHolder; +//using Inkscape::createKnotHolder; + +namespace Inkscape { +namespace UI { bool ShapeEditor::_blockSetItem = false; @@ -159,6 +162,9 @@ bool ShapeEditor::knot_mouseover() const { return false; } +} // namespace UI +} // namespace Inkscape + /* Local Variables: mode:c++ |
