From 4b9560c434b70faa8f586de44087125bd62a505f Mon Sep 17 00:00:00 2001 From: ambar chakravartty Date: Mon, 27 Jan 2025 11:55:36 +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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index b48cd9beb..1b918c248 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -142,7 +142,7 @@ public: void setTitle(const QString &name); - QString title(); + QString title() const; Q_SIGNALS: void activeViewChanged(DolphinViewContainer *viewContainer); -- 2.47.3