diff options
| author | Peter Penz <[email protected]> | 2010-01-20 13:06:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-20 13:06:16 +0000 |
| commit | 2798e5d22546487ed6f93ecb9c5a4299ce96940a (patch) | |
| tree | 98e16d42758214d13556433863dfd1d5d96e783d /src/dolphinmainwindow.h | |
| parent | a567da792ac6a337e9ffeb9468215ef4f2c326ce (diff) | |
only set the title synchronously for the file-protocol, otherwise use KIO::stat()
svn path=/trunk/KDE/kdebase/apps/; revision=1077599
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index c1411319a..a70aa4c23 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -425,10 +425,10 @@ private slots: void handleUrl(const KUrl& url); /** - * setUrlAsCaption will trigger a stat job which reports its result in + * setUrlAsCaption() will trigger a stat job which reports its result in * this slot. */ - void slotCaptionStatFinished( KJob* job ); + void slotCaptionStatFinished(KJob* job); private: DolphinMainWindow(int id); |
