┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h7
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;
};