]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
The &-shortcut from another action is not set until the action has been shown at...
[dolphin.git] / src / dolphinmainwindow.h
index a1f89c512a1a70f961ee832b1d88aa1fda181611..667e3c931408bf25ef03dfd5585c3f0a08d1a88e 100644 (file)
@@ -247,6 +247,9 @@ private slots:
     /** Stops the loading process for the current active view. */
     void stopLoading();
 
+    void enableStopAction();
+    void disableStopAction();
+
     /**
      * Toggles between showing and hiding of the filter bar
      */
@@ -416,12 +419,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 +542,6 @@ private:
     DolphinRemoteEncoding* m_remoteEncoding;
     QPointer<DolphinSettingsDialog> m_settingsDialog;
 
-    KJob* m_captionStatJob;
     KJob* m_lastHandleUrlStatJob;
 };