[frameworks/knotifications] src: Fix since version in documentation
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 51b6ae4f9c1888d2fcc7709cef3025a9c9052065 by Nicolas Fella.
Committed on 07/08/2026 at 10:45.
Pushed by nicolasfella into branch 'master'.
Fix since version in documentation
M +1 -1 src/knotificationconfiguration.h
https://invent.kde.org/frameworks/knotifications/-/commit/51b6ae4f9c1888d2fcc7709cef3025a9c9052065
diff --git a/src/knotificationconfiguration.h b/src/knotificationconfiguration.h
index fd2dd018..c3ee1945 100644
--- a/src/knotificationconfiguration.h
+++ b/src/knotificationconfiguration.h
@@ -28,7 +28,7 @@ class KNotificationConfigurationPrivate;
* This requires an installed \c .notifyrc file matching the application name
* to work, a \c .notifyrc file bundled as Qt resource will only work on Android.
*
- * \since 6.28
+ * \since 6.29
*/
class KNOTIFICATIONS_EXPORT KNotificationConfiguration
{