diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-03 02:57:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-03 02:57:47 +0300 |
commit | b1d2dc573da58236e8a972bbab7a52345aeee8c1 (patch) | |
tree | 6493c7de529b6cce7a3cee38b23b58b7e2da3711 /src/dropshortcut.h | |
parent | 51ff8587d3a008e9c4867b18034640f58063d4a8 (diff) | |
download | plus-b1d2dc573da58236e8a972bbab7a52345aeee8c1.tar.gz plus-b1d2dc573da58236e8a972bbab7a52345aeee8c1.tar.bz2 plus-b1d2dc573da58236e8a972bbab7a52345aeee8c1.tar.xz plus-b1d2dc573da58236e8a972bbab7a52345aeee8c1.zip |
Add option clear to context menu in drops window.
Diffstat (limited to 'src/dropshortcut.h')
-rw-r--r-- | src/dropshortcut.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dropshortcut.h b/src/dropshortcut.h index 6a0ef49e9..ea11f34e0 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -141,6 +141,8 @@ class DropShortcut */ void dropItems(int cnt = 1); + void clear(); + private: /** |