]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanel.h
Add settings page for Panels
[dolphin.git] / src / panels / information / informationpanel.h
index ee405cb39156be3dabbe5dc96f25fa99c3390229..eda70759ae39944cfc19b0bf457bd23087d6ba3b 100644 (file)
@@ -28,6 +28,12 @@ public:
     explicit InformationPanel(QWidget *parent = nullptr);
     ~InformationPanel() override;
 
+    /**
+     * Refreshes the view to get synchronized with the settings (e.g. icons size,
+     * font, ...).
+     */
+    void readSettings() override;
+
 Q_SIGNALS:
     void urlActivated(const QUrl &url);