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/dolphinpart.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/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index e5693b363..7881ded43 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -129,6 +129,10 @@ private Q_SLOTS: */ void slotItemActivated(const KFileItem& item); /** + * Handles activation of multiple items + */ + void slotItemsActivated(const KFileItemList& items); + /** * Creates a new window showing the content of \a url. */ void createNewWindow(const KUrl& url); |
