From a5d6c9a27683820be3d84eea73c2d6f161ce0e8e Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Cenoz Date: Sun, 24 Jul 2016 18:49:11 +0200 Subject: Add Text tag and update widgets code (bzr r15017.1.2) --- src/selection.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/selection.cpp') diff --git a/src/selection.cpp b/src/selection.cpp index 6fc426be7..91d6d2634 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -282,6 +282,11 @@ void Selection::clear() { _emitChanged(); } +void Selection::emitModified() +{ + _emitChanged(); +} + std::vector const &Selection::list() { if(!_objs_vector.empty()) return _objs_vector; -- cgit v1.2.3