diff options
| author | ambar chakravartty <[email protected]> | 2025-01-27 11:55:51 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-02-06 14:32:35 +0000 |
| commit | cc8a577a2f81eef1d08b301171b780c8ee843d87 (patch) | |
| tree | c6048693d4c01c994e3b5a4bc50ddb35be92a641 | |
| parent | 4b9560c434b70faa8f586de44087125bd62a505f (diff) | |
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Méven Car <[email protected]>
| -rw-r--r-- | src/dolphintabpage.cpp | 2 |
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; } |
