diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2016-10-08 15:39:06 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2016-10-08 15:39:06 +0000 |
| commit | 2a5534a166dff8bfe6b56c8a3b496e989280fbd1 (patch) | |
| tree | dbd8330a6b3dcfb201ee751dbf283a17a41a2dfa /src/selection.h | |
| parent | Merged. (diff) | |
| parent | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. (diff) | |
| download | inkscape-2a5534a166dff8bfe6b56c8a3b496e989280fbd1.tar.gz inkscape-2a5534a166dff8bfe6b56c8a3b496e989280fbd1.zip | |
Merged.
(bzr r15100.1.31)
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 2 |
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); } |
