From f2758ec9f796e251f2649d19ce788f90304be1bf Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 7 Apr 2017 16:13:18 +0200 Subject: Fix some compiler warnings --- src/dolphintabpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphintabpage.h') diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 1a97ea457..85295bf92 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -127,7 +127,7 @@ public: * @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); + Q_DECL_DEPRECATED void restoreStateV1(const QByteArray& state); signals: void activeViewChanged(DolphinViewContainer* viewContainer); -- cgit v1.3.1