diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index f3ac48471..4938835d8 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -104,6 +104,11 @@ public: const DolphinView* view() const; DolphinView* view(); + + /** + * Refreshes the view container to get synchronized with the (updated) Dolphin settings. + */ + void refresh(); /** Returns true, if the filter bar is visible. */ bool isFilterBarVisible() const; |
