summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.h
diff options
context:
space:
mode:
authorkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-15 18:44:01 +0000
committerkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-15 18:44:01 +0000
commitc21fa260cf5dde3e3558414ad69b05e04f173a73 (patch)
treee762fef90c5727f620e8eaa9c4aaf4a66202b4a1 /src/ui/dialog/styledialog.h
parentAdd selector to single style element & replace storage map by a vector (diff)
downloadinkscape-c21fa260cf5dde3e3558414ad69b05e04f173a73.tar.gz
inkscape-c21fa260cf5dde3e3558414ad69b05e04f173a73.zip
Implement deletion of style selector both from repr and treeview
(bzr r14949.1.19)
Diffstat (limited to 'src/ui/dialog/styledialog.h')
-rw-r--r--src/ui/dialog/styledialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/styledialog.h b/src/ui/dialog/styledialog.h
index 0cba3bf5b..502a7a3d4 100644
--- a/src/ui/dialog/styledialog.h
+++ b/src/ui/dialog/styledialog.h
@@ -68,6 +68,8 @@ private:
SPDocument* _document;
bool _styleExists;
std::string _sValue ;
+ Inkscape::XML::Node *_styleChild;
+ unsigned _num;
// Signal handlers
void _addSelector();