From c37d95ea5c2e89642cc17cda3de29d1001cadffd Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Wed, 29 Sep 2021 15:06:47 +0200 Subject: PubSubNodeConfig: Rename nodeDeleteNotification to deleteNotifications --- src/base/QXmppPubSubNodeConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppPubSubNodeConfig.h') diff --git a/src/base/QXmppPubSubNodeConfig.h b/src/base/QXmppPubSubNodeConfig.h index 510feed6..f22a9308 100644 --- a/src/base/QXmppPubSubNodeConfig.h +++ b/src/base/QXmppPubSubNodeConfig.h @@ -166,8 +166,8 @@ public: std::optional configNotificationsEnabled() const; void setConfigNotificationsEnabled(std::optional configNotificationsEnabled); - std::optional nodeDeleteNotificationsEnabled() const; - void setNodeDeleteNotificationsEnabled(std::optional nodeDeleteNotificationsEnabled); + std::optional deleteNotificationsEnabled() const; + void setDeleteNotificationsEnabled(std::optional nodeDeleteNotificationsEnabled); std::optional retractNotificationsEnabled() const; void setRetractNotificationsEnabled(std::optional retractNotificationsEnabled); -- cgit v1.2.3