summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/node-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-12-19 18:00:54 +0000
committerjabiertxof <info@marker.es>2016-12-19 18:00:54 +0000
commit5ba49eaa5621b2e232f8df179798a1b2b282890c (patch)
tree669a012939a78bc8231401e6f914821a8207bffa /src/ui/tools/node-tool.h
parentAdd translatable strings to trunk (diff)
downloadinkscape-5ba49eaa5621b2e232f8df179798a1b2b282890c.tar.gz
inkscape-5ba49eaa5621b2e232f8df179798a1b2b282890c.zip
Add update_helperpaths not member of nodetool class to easy call from outside
(bzr r15335)
Diffstat (limited to 'src/ui/tools/node-tool.h')
-rw-r--r--src/ui/tools/node-tool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tools/node-tool.h b/src/ui/tools/node-tool.h
index 8342d66a6..8517c54fe 100644
--- a/src/ui/tools/node-tool.h
+++ b/src/ui/tools/node-tool.h
@@ -56,7 +56,6 @@ public:
static const std::string prefsPath;
virtual void setup();
- virtual void update_helperpath();
virtual void set(const Inkscape::Preferences::Entry& val);
virtual bool root_handler(GdkEvent* event);
@@ -68,7 +67,6 @@ private:
sigc::connection _sizeUpdatedConn;
SPItem *flashed_item;
- Inkscape::Display::TemporaryItem *helperpath_tmpitem;
Inkscape::Display::TemporaryItem *flash_tempitem;
Inkscape::UI::Selector* _selector;
Inkscape::UI::PathSharedData* _path_data;
@@ -97,7 +95,9 @@ private:
void handleControlUiStyleChange();
};
+void sp_update_helperpath(bool remove = false);
}
+
}
}