diff options
| author | Kai Uwe Broulik <[email protected]> | 2019-09-02 09:13:29 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2019-09-02 09:13:29 +0200 |
| commit | 41f7f4e4e89b97b5c7f31452774c37ce953dd125 (patch) | |
| tree | eeb09be5ef03a2cba8a73b88a6104ec6b264983c /src/dolphinviewcontainer.cpp | |
| parent | 9996b1f89c70b00427477c98abe93c5696d993c6 (diff) | |
| parent | ada16756d69c012c089733f6ce4e9271f84ccca6 (diff) | |
Merge branch 'Applications/19.08'
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 25ca6fdd9..93e785f0d 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -568,6 +568,7 @@ void DolphinViewContainer::slotDirectoryLoadingStarted() // Trigger an undetermined progress indication. The progress // information in percent will be triggered by the percent() signal // of the directory lister later. + m_statusBar->setProgressText(QString()); updateDirectoryLoadingProgress(-1); } } |
