mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: replace remaining NULL with nullptr (#40053)
refactor: use nullptr everywhere
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user