[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [grantleetheme] src: Use nullptr
From:       Montel Laurent <null () kde ! org>
Date:       2017-09-20 11:38:19
Message-ID: E1dudKd-00008R-CF () code ! kde ! org
[Download RAW message or body]

Git commit dfb53cefda6ce17e56c6b904cf4c7ba9b6918552 by Montel Laurent.
Committed on 20/09/2017 at 11:38.
Pushed by mlaurent into branch 'master'.

Use nullptr

M  +2    -2    src/grantleethememanager.cpp

https://commits.kde.org/grantleetheme/dfb53cefda6ce17e56c6b904cf4c7ba9b6918=
552

diff --git a/src/grantleethememanager.cpp b/src/grantleethememanager.cpp
index b867039..a096b22 100644
--- a/src/grantleethememanager.cpp
+++ b/src/grantleethememanager.cpp
@@ -43,8 +43,8 @@ public:
     Private(const QString &type, const QString &desktopFileName, KActionCo=
llection *ac, const QString &relativePath, ThemeManager *qq)
         : applicationType(type)
         , defaultDesktopFileName(desktopFileName)
-        , actionGroup(0)
-        , menu(0)
+        , actionGroup(nullptr)
+        , menu(nullptr)
         , actionCollection(ac)
         , q(qq)
     {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic