author | ibotty <ibotty> | 2002-10-06 00:53:57 (UTC) |
---|---|---|
committer | ibotty <ibotty> | 2002-10-06 00:53:57 (UTC) |
commit | 0e67d3b0704e10c1e4676d568caf67d97b604445 (patch) (unidiff) | |
tree | 69b2bb0e4961f82539b6e0f4875aca9a6203e06d | |
parent | 9d081a8b393b8291d3d1b8cd064d9d928c2b0efc (diff) | |
download | opie-0e67d3b0704e10c1e4676d568caf67d97b604445.zip opie-0e67d3b0704e10c1e4676d568caf67d97b604445.tar.gz opie-0e67d3b0704e10c1e4676d568caf67d97b604445.tar.bz2 |
forgot something (virtually falling asleep now)
-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 | ||