diff options
| author | Kevin Funk <[email protected]> | 2017-04-07 16:13:18 +0200 |
|---|---|---|
| committer | Kevin Funk <[email protected]> | 2017-04-07 16:13:27 +0200 |
| commit | f2758ec9f796e251f2649d19ce788f90304be1bf (patch) | |
| tree | 49a952f4e52d7678b91678a5c9d9595a1c0a4265 /src/dolphintabpage.h | |
| parent | a3920e3ae94e6ac539331d2680860bbe896b1ede (diff) | |
Fix some compiler warnings
Diffstat (limited to 'src/dolphintabpage.h')
| -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 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); |
