summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2016-10-08 15:39:06 +0000
committerShlomi Fish <shlomif@shlomifish.org>2016-10-08 15:39:06 +0000
commit2a5534a166dff8bfe6b56c8a3b496e989280fbd1 (patch)
treedbd8330a6b3dcfb201ee751dbf283a17a41a2dfa /src/selection.h
parentMerged. (diff)
parent[Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. (diff)
downloadinkscape-2a5534a166dff8bfe6b56c8a3b496e989280fbd1.tar.gz
inkscape-2a5534a166dff8bfe6b56c8a3b496e989280fbd1.zip
Merged.
(bzr r15100.1.31)
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection.h b/src/selection.h
index 4ea70c38d..cf00ba1f4 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -134,6 +134,7 @@ public:
*/
void setReprList(std::vector<XML::Node*> const &reprs);
+
using ObjectSet::includes;
/**
@@ -166,6 +167,7 @@ public:
*
* @return the resulting connection
*/
+ void emitModified(){ _emitModified(this->_flags); };
sigc::connection connectChanged(sigc::slot<void, Selection *> const &slot) {
return _changed_signal.connect(slot);
}