diff options
| author | Peter Penz <[email protected]> | 2010-09-17 14:42:57 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-09-17 14:42:57 +0000 |
| commit | 02c02a05c16366126db177f981991880f2375278 (patch) | |
| tree | 09c5442861b142ee22b91c890dd7e9e222ebc3ae /src/dolphinmainwindow.h | |
| parent | 55739979a8e1ba2828345b57e97a65e364a4a461 (diff) | |
Show location in window title for non-local URLs. Thanks to Mark Gaiser for the patch and David Faure for the review on http://reviewboard.kde.org/r/5178.
BUG: 244512
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1176395
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index a1f89c512..d76cf0d5c 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -417,12 +417,6 @@ private slots: void slotHandleUrlStatFinished(KJob* job); /** - * setUrlAsCaption() will trigger a stat job which reports its result in - * this slot. - */ - void slotCaptionStatFinished(KJob* job); - - /** * Is connected to the KTabBar signal receivedDropEvent. * Allows dragging and dropping files onto tabs. */ @@ -545,7 +539,6 @@ private: DolphinRemoteEncoding* m_remoteEncoding; QPointer<DolphinSettingsDialog> m_settingsDialog; - KJob* m_captionStatJob; KJob* m_lastHandleUrlStatJob; }; |
