refactor: replace remaining NULL
with nullptr
(#40053)
refactor: use nullptr everywhere
This commit is contained in:
parent
9d0e6d09f0
commit
04b2ba84cd
34 changed files with 98 additions and 93 deletions
|
@ -122,7 +122,7 @@ void LibnotifyNotification::Show(const NotificationOptions& options) {
|
|||
|
||||
if (!options.tag.empty()) {
|
||||
GQuark id = g_quark_from_string(options.tag.c_str());
|
||||
g_object_set(G_OBJECT(notification_), "id", id, NULL);
|
||||
g_object_set(G_OBJECT(notification_), "id", id, nullptr);
|
||||
}
|
||||
|
||||
// Always try to append notifications.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue