From b7593d0bedce19696088792d569275a56f86ae14 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 7 Feb 2024 04:40:54 +0100 Subject: [PATCH] Remove obsolete since 2. --- src/core/auth/qgsauthcrypto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/auth/qgsauthcrypto.h b/src/core/auth/qgsauthcrypto.h index b600c82e2734..e85db3b08d85 100644 --- a/src/core/auth/qgsauthcrypto.h +++ b/src/core/auth/qgsauthcrypto.h @@ -28,7 +28,6 @@ * \ingroup core * \brief Functions for hashing/checking master password and encrypt/decrypting data with password * \note not available in Python bindings - * \since 2.8 */ class CORE_EXPORT QgsAuthCrypto {