From 02c02a05c16366126db177f981991880f2375278 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 17 Sep 2010 14:42:57 +0000 Subject: 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 --- src/dolphinmainwindow.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index a1f89c512..d76cf0d5c 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -416,12 +416,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 m_settingsDialog; - KJob* m_captionStatJob; KJob* m_lastHandleUrlStatJob; }; -- cgit v1.3.1