diff options
Diffstat (limited to 'src/panels/information/informationpanel.h')
| -rw-r--r-- | src/panels/information/informationpanel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index ee405cb39..eda70759a 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -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); |
