]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
[KStandardItemListWidget] Update icon when palette changes
[dolphin.git] / src / views / dolphinview.h
index d1a5d5005f81bfc07dcb62bfc38b3d0ac06a5f11..fbe3a6376f965c9ae05a51a1580e4bbcd347accc 100644 (file)
@@ -546,6 +546,11 @@ signals:
      */
     void goForwardRequested();
 
+    /**
+     * Is emitted when the user wants to move the focus to another view.
+     */
+    void toggleActiveViewRequested();
+
 protected:
     /** Changes the zoom level if Control is pressed during a wheel event. */
     virtual void wheelEvent(QWheelEvent* event) Q_DECL_OVERRIDE;
@@ -757,6 +762,8 @@ private:
     QUrl viewPropertiesUrl() const;
 
 private:
+    void updatePalette();
+
     bool m_active;
     bool m_tabsForFiles;
     bool m_assureVisibleCurrentIndex;