-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 | |||
@@ -100,15 +100,22 @@ signals: | |||
100 | /** | 100 | /** |
101 | * selection extended | 101 | * selection extended |
102 | * (from begin s.a. to x, y) | 102 | * (from begin s.a. to x, y) |
103 | */ | 103 | */ |
104 | void selectionExtended( const int x, const int y ); | 104 | void selectionExtended( const int x, const int y ); |
105 | 105 | ||
106 | /** | 106 | /** |
107 | * selection end | 107 | * selection end |
108 | * bool: preserve line breaks in selection | 108 | * bool: preserve line breaks in selection |
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 | ||