┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorambar chakravartty <[email protected]>2025-01-27 11:55:51 +0000
committerMéven Car <[email protected]>2025-02-06 14:32:35 +0000
commitcc8a577a2f81eef1d08b301171b780c8ee843d87 (patch)
treec6048693d4c01c994e3b5a4bc50ddb35be92a641 /src
parent4b9560c434b70faa8f586de44087125bd62a505f (diff)
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Méven Car <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/dolphintabpage.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}