diff options
| author | ambar chakravartty <[email protected]> | 2025-01-27 11:55:28 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-02-06 14:32:35 +0000 |
| commit | b1ece08ecee36b9dc5f6409fa4d4af537aa33a6c (patch) | |
| tree | a75964a6e6f6966dda9680304c08854a95a166b9 /src | |
| parent | 9cde51e14a25cef7237cb9178fe1538eef8d59c2 (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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index a01e1e1a8..d269c4dee 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -344,7 +344,7 @@ void DolphinTabPage::setActive(bool active) void DolphinTabPage::setTitle(const QString &name) { - m_title = QString(name); + m_title = name; } QString DolphinTabPage::title() |
