]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
There is no need to burden DolphinMainWindow with internals of the context-menu.
[dolphin.git] / src / dolphinmainwindow.h
index a1f89c512a1a70f961ee832b1d88aa1fda181611..d76cf0d5c04b3b8f5ed8b8c562dba660d67e8ef4 100644 (file)
@@ -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<DolphinSettingsDialog> m_settingsDialog;
 
-    KJob* m_captionStatJob;
     KJob* m_lastHandleUrlStatJob;
 };