Bug 418862 - Convert usage of 0 and NULL to nullptr, the pointer literal
Summary: Convert usage of 0 and NULL to nullptr, the pointer literal
Status: REPORTED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 2.30.3 (KDE releases 19.12.3)
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-15 09:28 UTC by Ralf Habacker
Modified: 2020-03-15 09:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2020-03-15 09:28:32 UTC
SUMMARY
The usage of 0 or NULL, which is a implementation-defined null pointer constant should be converted to nullptr, see https://www.modernescpp.com/index.php/the-null-pointer-constant-nullptr for details

SOFTWARE/OS VERSIONS
unrelated
Comment 1 Ralf Habacker 2020-03-15 09:31:23 UTC
Git commit 6ae60d3c426551bf924e9645de094b0930bb942c by Ralf Habacker.
Committed on 15/03/2020 at 09:31.
Pushed by habacker into branch 'master'.

Fix zero pointer usage in class Tracer

M  +5    -5    umbrello/debug/debug_utils.cpp

https://invent.kde.org/kde/umbrello/commit/6ae60d3c426551bf924e9645de094b0930bb942c