diff options
| author | ambar chakravartty <[email protected]> | 2025-01-27 11:55:36 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-02-06 14:32:35 +0000 |
| commit | 4b9560c434b70faa8f586de44087125bd62a505f (patch) | |
| tree | 1cf4675ee1d2ae28de5b757e8424969af98574d4 /src/dolphintabpage.h | |
| parent | b1ece08ecee36b9dc5f6409fa4d4af537aa33a6c (diff) | |
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Méven Car <[email protected]>
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
