diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-09-29 15:06:47 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-09-29 16:37:41 +0200 |
| commit | c37d95ea5c2e89642cc17cda3de29d1001cadffd (patch) | |
| tree | f8b09500209c713610eb6cddb5ecf29cf514395c /src/base/QXmppPubSubNodeConfig.h | |
| parent | 6d01e3e4d7b07b7dfb11e76af1bd0585153d12af (diff) | |
| download | qxmpp-c37d95ea5c2e89642cc17cda3de29d1001cadffd.tar.gz | |
PubSubNodeConfig: Rename nodeDeleteNotification to deleteNotifications
Diffstat (limited to 'src/base/QXmppPubSubNodeConfig.h')
| -rw-r--r-- | src/base/QXmppPubSubNodeConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<bool> configNotificationsEnabled() const; void setConfigNotificationsEnabled(std::optional<bool> configNotificationsEnabled); - std::optional<bool> nodeDeleteNotificationsEnabled() const; - void setNodeDeleteNotificationsEnabled(std::optional<bool> nodeDeleteNotificationsEnabled); + std::optional<bool> deleteNotificationsEnabled() const; + void setDeleteNotificationsEnabled(std::optional<bool> nodeDeleteNotificationsEnabled); std::optional<bool> retractNotificationsEnabled() const; void setRetractNotificationsEnabled(std::optional<bool> retractNotificationsEnabled); |
