┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabpage.h
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2021-04-23 19:43:55 +0200
committerMéven Car <[email protected]>2021-04-24 17:16:27 +0000
commit844d1c05477a3137cce54561514c851bdfe49406 (patch)
treec21951cb7d08c7892da7c8f969e41f1f8b18e59d /src/dolphintabpage.h
parent6cec386192e58089b4572996a265c9696cdcb3c0 (diff)
Remove code for dolphin < 4.14 tab restore
The old config keys haven't been written for since KDE 4 times and has been internally marked as deprecated.
Diffstat (limited to 'src/dolphintabpage.h')
-rw-r--r--src/dolphintabpage.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h
index a9b7f8133..57a0c3344 100644
--- a/src/dolphintabpage.h
+++ b/src/dolphintabpage.h
@@ -129,15 +129,6 @@ 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).
- */
- Q_DECL_DEPRECATED void restoreStateV1(const QByteArray& state);
-
- /**
* Set whether the tab page is active
*
*/