diff options
| author | Méven Car <[email protected]> | 2023-06-13 09:40:27 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-06-13 09:40:27 +0000 |
| commit | 3338c2834af81e00c3f2b73ad7061fefce89f226 (patch) | |
| tree | 79c6c332584c36391ba3691db41cf90fde91dab7 /src/views/dolphinview.h | |
| parent | d8bf2f3f19e95b27a81d22d4dc8b9774561cae6b (diff) | |
Settings Add ViewModes > Content display
This does not move the settings location in files though.
baby step for https://invent.kde.org/system/dolphin/-/issues/36
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 705272308..21ca49c24 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -225,8 +225,6 @@ public: /** Returns the additional information which should be shown for the items. */ QList<QByteArray> visibleRoles() const; - void reload(); - /** * Refreshes the view to get synchronized with the settings (e.g. icons size, * font, ...). @@ -347,6 +345,9 @@ public: bool eventFilter(QObject *watched, QEvent *event) override; public Q_SLOTS: + + void reload(); + /** * Changes the directory to \a url. If the current directory is equal to * \a url, nothing will be done (use DolphinView::reload() instead). |
