From: ambar chakravartty Date: Mon, 27 Jan 2025 11:55:36 +0000 (+0000) Subject: Apply 1 suggestion(s) to 1 file(s) X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/4b9560c434b70faa8f586de44087125bd62a505f Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Méven Car --- 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);