From cd74c867d32e9647ab5933f10b3b7cdec38d5978 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 23 Jun 2020 11:04:09 +0200 Subject: Remove some long-deprecated methods of QLibraryInfo Change-Id: If5e85f813921b44971ca8572858051b53e1127a8 Reviewed-by: Lars Knoll Reviewed-by: Sune Vuorela --- src/corelib/global/qlibraryinfo.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/corelib/global/qlibraryinfo.h') diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h index 031dfe37e2..4a14a9728a 100644 --- a/src/corelib/global/qlibraryinfo.h +++ b/src/corelib/global/qlibraryinfo.h @@ -51,17 +51,6 @@ class QStringList; class Q_CORE_EXPORT QLibraryInfo { public: -#if QT_DEPRECATED_SINCE(5, 8) - static QT_DEPRECATED QString licensee(); - static QT_DEPRECATED QString licensedProducts(); -#endif - -#if QT_CONFIG(datestring) -#if QT_DEPRECATED_SINCE(5, 5) - static QT_DEPRECATED QDate buildDate(); -#endif // QT_DEPRECATED_SINCE(5, 5) -#endif // datestring - static const char * build() noexcept; static bool isDebugBuild(); -- cgit v1.2.3