summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h5
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(); }