]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Apply 1 suggestion(s) to 1 file(s)
authorambar chakravartty <amch9605@gmail.com>
Mon, 27 Jan 2025 11:55:28 +0000 (11:55 +0000)
committerMéven Car <meven@kde.org>
Thu, 6 Feb 2025 14:32:35 +0000 (14:32 +0000)
Co-authored-by: Méven Car <meven@kde.org>
src/dolphintabpage.cpp

index a01e1e1a84ee5ef183a523acd86f45a1efbae2aa..d269c4dee3669a411a49d704626b7dd8dad37366 100644 (file)
@@ -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()