From cc8a577a2f81eef1d08b301171b780c8ee843d87 Mon Sep 17 00:00:00 2001 From: ambar chakravartty Date: Mon, 27 Jan 2025 11:55:51 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Méven Car --- src/dolphintabpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index d269c4dee..833e14f1c 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -347,7 +347,7 @@ void DolphinTabPage::setTitle(const QString &name) m_title = name; } -QString DolphinTabPage::title() +QString DolphinTabPage::title() const { return m_title; } -- 2.47.3