From: ambar chakravartty Date: Mon, 27 Jan 2025 11:55:28 +0000 (+0000) Subject: Apply 1 suggestion(s) to 1 file(s) X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/b1ece08ecee36b9dc5f6409fa4d4af537aa33a6c Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Méven Car --- diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index a01e1e1a8..d269c4dee 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -344,7 +344,7 @@ void DolphinTabPage::setActive(bool active) void DolphinTabPage::setTitle(const QString &name) { - m_title = QString(name); + m_title = name; } QString DolphinTabPage::title()