diff options
| author | Peter Penz <[email protected]> | 2008-03-23 15:50:58 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-23 15:50:58 +0000 |
| commit | acb61c69a6191bee82bb87f04153300ab0c86859 (patch) | |
| tree | 542cbcac3d6f9ce81f47fcfff1be20e491609b12 /src/dolphinapplication.h | |
| parent | ca1c2308314036f7f8a2ee812672704460a15c3a (diff) | |
Open Dolphin in the split-view when started with 2 URLs from the command line. Thanks to David Edmundson for the patch!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789204
Diffstat (limited to 'src/dolphinapplication.h')
| -rw-r--r-- | src/dolphinapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinapplication.h b/src/dolphinapplication.h index 8b19e6ef2..af2006e7d 100644 --- a/src/dolphinapplication.h +++ b/src/dolphinapplication.h @@ -58,6 +58,7 @@ public: public slots: int openWindow(const KUrl& url); + int openSplitWindow(const KUrl& leftUrl,const KUrl& rightUrl); protected: /** Called by the DolphinMainWindow to deregister. */ |
