diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-07-24 16:49:11 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-07-24 16:49:11 +0000 |
| commit | a5d6c9a27683820be3d84eea73c2d6f161ce0e8e (patch) | |
| tree | b9ba6c20747c4d6d7b4479d229b9daf8eea5c5bd /src/selection.h | |
| parent | This for you CR ยท Measure line, show the distance on rect lines CAD like wit... (diff) | |
| download | inkscape-a5d6c9a27683820be3d84eea73c2d6f161ce0e8e.tar.gz inkscape-a5d6c9a27683820be3d84eea73c2d6f161ce0e8e.zip | |
Add Text tag and update widgets code
(bzr r15017.1.2)
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/selection.h b/src/selection.h index 952dde51d..bf6acb015 100644 --- a/src/selection.h +++ b/src/selection.h @@ -192,6 +192,11 @@ public: void clear(); /** + * Emmit modified signal + */ + void emitModified(); + + /** * Returns true if no items are selected. */ bool isEmpty() const { return _objs.empty(); } |
