mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
solid-networkstatus: replace Q_NULLPTR with nullptr
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
44d408df25
commit
7bea8548e8
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ void NetworkStatusModule::notifyStatus( uint status)
|
|||
d->firstnotification = false;
|
||||
return;
|
||||
}
|
||||
KNotification *notify = Q_NULLPTR;
|
||||
KNotification *notify = nullptr;
|
||||
switch ((Solid::Networking::Status)status) {
|
||||
case Solid::Networking::Unknown: {
|
||||
notify = new KNotification("Unknown");
|
||||
|
|
Loading…
Add table
Reference in a new issue