diff options
| author | Elvis Angelaccio <[email protected]> | 2016-10-04 17:30:51 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2016-10-04 17:30:51 +0200 |
| commit | 0e5e43aa9d84b2a38db99c469de91e4de8017fc7 (patch) | |
| tree | d59dea0827a9b8cddc7277e8f2eaf91ed5fe1e75 /src/dolphinviewcontainer.h | |
| parent | 3775ef19eaca057985b92cfa3716d3c3a1d22f0f (diff) | |
Hide message widgets only when reloading the view
Otherwise an error message might be hidden before it's even shown.
BUG: 357651
FIXED-IN: 16.08.2
REVIEW: 129061
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 62f91100e..0b6a76d5e 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -129,6 +129,11 @@ public: */ QString placesText() const; + /** + * Reload the view of this container. This will also hide messages in a messagewidget. + */ + void reload(); + public slots: /** * Sets the current active URL, where all actions are applied. The |
