]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.h
Apply 1 suggestion(s) to 1 file(s)
[dolphin.git] / src / dolphinviewcontainer.h
index c5da6b48b12e5974a9d4d6f4c6947ce6c7f724c5..be28ecdebd71098ae7462740ee861dc688cb6846 100644 (file)
@@ -387,6 +387,11 @@ private Q_SLOTS:
 
     void slotStatusBarZoomLevelChanged(int zoomLevel);
 
+    /**
+     * Creates and shows an error message based on \p message and \p kioErrorCode.
+     */
+    void slotErrorMessageFromView(const QString &message, const int kioErrorCode);
+
     /**
      * Slot that calls showMessage(message, KMessageWidget::Error).
      */
@@ -449,6 +454,8 @@ private:
 
     /// A bar shown at the top of the view to signify that the view is currently viewed and acted on with elevated privileges.
     Admin::Bar *m_adminBar;
+    /// An action to switch to the admin protocol. This variable will always be nullptr unless kio-admin was installed. @see Admin::WorkerIntegration.
+    QAction *m_authorizeToEnterFolderAction;
 
     KMessageWidget *m_messageWidget;