-rw-r--r-- | noncore/apps/opie-console/widget_layer.h | 7 |
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: | |||
109 | */ | 109 | */ |
110 | void selectionEnd( const bool lineBreakPreserve ); | 110 | void selectionEnd( const bool lineBreakPreserve ); |
111 | 111 | ||
112 | slots: | ||
113 | |||
114 | /** | ||
115 | * clear selection | ||
116 | */ | ||
117 | onClearSelection(); | ||
118 | |||
112 | }; | 119 | }; |
113 | 120 | ||
114 | 121 | ||