diff options
| author | Peter Penz <[email protected]> | 2011-12-20 08:56:32 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-12-20 08:58:24 +0100 |
| commit | 090393599c80d29439a7e5f63e7bba471f52639d (patch) | |
| tree | e957a8dc19073a489210bae0489c069f04e67f18 /src/views/draganddrophelper.h | |
| parent | a3c41997db62e9af2a89b23a61bc7dda75aa1e58 (diff) | |
Show an error when dragging above a folder without write access
Got OK from the translator team to add this new string.
Diffstat (limited to 'src/views/draganddrophelper.h')
| -rw-r--r-- | src/views/draganddrophelper.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/views/draganddrophelper.h b/src/views/draganddrophelper.h index d00e11157..1998a85a0 100644 --- a/src/views/draganddrophelper.h +++ b/src/views/draganddrophelper.h @@ -38,15 +38,12 @@ public: * destination. A context menu with the options * 'Move Here', 'Copy Here', 'Link Here' and * 'Cancel' is offered to the user. - * @param destItem Item of the destination (can be null, see KFileItem::isNull()). - * @param destPath Path of the destination. + * @param destItem Item of the destination. * @param event Drop event. * @return Error message if dropping is not possible. If an empty string * is returned, the dropping has been successful. */ - static QString dropUrls(const KFileItem& destItem, - const KUrl& destPath, - QDropEvent* event); + static QString dropUrls(const KFileItem& destItem, QDropEvent* event); }; #endif |
