diff options
| author | Emmanuel Pescosta <[email protected]> | 2012-12-13 22:54:09 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2012-12-13 22:54:09 +0100 |
| commit | 3535a20207245cf8b1325ada9007469d0d1c3ec7 (patch) | |
| tree | 1a59a4703377877584b283c7f5c3f506f3cf7737 /src/dolphinviewcontainer.h | |
| parent | e348bc58267b3dc06f2fc044f9e5ce5a5dfcd087 (diff) | |
Fix Bug 304299 - Dolphin launches multiple instances of a program when multiple files are selected
BUG: 304299
REVIEW: 107305
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 0300273c1..e2d1b1875 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -215,6 +215,12 @@ private slots: void slotItemActivated(const KFileItem& item); /** + * Handles activation of multiple files. The files get started by + * the corresponding applications. + */ + void slotItemsActivated(const KFileItemList& items); + + /** * Shows the information for the item \a item inside the statusbar. If the * item is null, the default statusbar information is shown. */ |
