]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabpage.h
Fix includes erroneously having slipped into baloo-only sections
[dolphin.git] / src / dolphintabpage.h
index de5a589152d7ceeb70031e87c8eb2f677dc128a6..2a406f4a9a065687eff0d07ff6d15de421d752af 100644 (file)
@@ -120,6 +120,15 @@ public:
      */
     void restoreState(const QByteArray& state);
 
+    /**
+     * Restores all tab related properties (urls, splitter layout, ...) from
+     * the given \a state.
+     *
+     * @deprecated The first tab state version has no version number, we keep
+     *             this method to restore old states (<= Dolphin 4.14.x).
+     */
+    void restoreStateV1(const QByteArray& state);
+
 signals:
     void activeViewChanged(DolphinViewContainer* viewContainer);
     void activeViewUrlChanged(const KUrl& url);