]> 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:51 +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 d269c4dee3669a411a49d704626b7dd8dad37366..833e14f1c782200c520cf3ad19a22347a77d7987 100644 (file)
@@ -347,7 +347,7 @@ void DolphinTabPage::setTitle(const QString &name)
     m_title = name;
 }
 
-QString DolphinTabPage::title()
+QString DolphinTabPage::title() const
 {
     return m_title;
 }