Paste P245

gwenview-startpage-setcaption
ActivePublic

Authored by rkflx on Jul 23 2018, 7:31 AM.
diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
index 6ba89dc1..9d6bf58a 100644
--- a/app/mainwindow.cpp
+++ b/app/mainwindow.cpp
@@ -1055,6 +1055,7 @@ void MainWindow::showStartMainPage()
d->mContextManager->setCurrentUrl(QUrl());
d->mViewMainPage->reset();
+ setCaption(QString());
d->autoAssignThumbnailProvider();
}
rkflx edited the content of this paste. (Show Details)Jul 23 2018, 7:31 AM
rkflx changed the title of this paste from untitled to gwenview-startpage-setcaption.