diff options
Diffstat (limited to 'src')
| -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); |
