summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/widget_layer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/widget_layer.h b/noncore/apps/opie-console/widget_layer.h
index a1f3f30..5474c64 100644
--- a/noncore/apps/opie-console/widget_layer.h
+++ b/noncore/apps/opie-console/widget_layer.h
@@ -109,6 +109,13 @@ signals:
*/
void selectionEnd( const bool lineBreakPreserve );
+slots:
+
+ /**
+ * clear selection
+ */
+ onClearSelection();
+
};