From 0fda43cf33cc7715f16d8764c4d96c6f88238712 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Thu, 16 Apr 2020 17:42:00 +0200 Subject: Remove deprecated members from QtGui/image classes Cleaning up those that are trivial to remove because they have direct replacements. Change-Id: I4f5c25884a01474fa2db8b369f0d883bd21edd5b Reviewed-by: Shawn Rutledge --- src/gui/image/qicon.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/image/qicon.h') diff --git a/src/gui/image/qicon.h b/src/gui/image/qicon.h index 735a3e134d..395de48410 100644 --- a/src/gui/image/qicon.h +++ b/src/gui/image/qicon.h @@ -95,9 +95,6 @@ public: bool isDetached() const; void detach(); -#if QT_DEPRECATED_SINCE(5, 0) - QT_DEPRECATED inline int serialNumber() const { return cacheKey() >> 32; } -#endif qint64 cacheKey() const; void addPixmap(const QPixmap &pixmap, Mode mode = Normal, State state = Off); -- cgit v1.2.3