]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabpage.h
changes saveState() and restoreState() to restore renamed tabs (if any)
[dolphin.git] / src / dolphintabpage.h
index 4a8bd365a56a14bdf5042441fbabfb6e4034b047..1b918c24807b97ebf4221b312e3daf9cb184a2cb 100644 (file)
@@ -140,6 +140,10 @@ public:
 
     void switchActiveView();
 
+    void setTitle(const QString &name);
+
+    QString title() const;
+
 Q_SIGNALS:
     void activeViewChanged(DolphinViewContainer *viewContainer);
     void activeViewUrlChanged(const QUrl &url);
@@ -201,6 +205,7 @@ private:
     bool m_primaryViewActive;
     bool m_splitViewEnabled;
     bool m_active;
+    QString m_title;
 };
 
 class DolphinTabPageSplitterHandle : public QSplitterHandle