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

List:       kde-commits
Subject:    [digikam] core/libs/album: krazy++
From:       Gilles Caulier <null () kde ! org>
Date:       2018-09-21 10:12:00
Message-ID: E1g3IPo-0005di-6r () code ! kde ! org
[Download RAW message or body]

Git commit 5b0df75fc451d1330b61aa50982f62812dd0d705 by Gilles Caulier.
Committed on 21/09/2018 at 10:11.
Pushed by cgilles into branch 'master'.

krazy++

M  +2    -1    core/libs/album/albummanager.h

https://commits.kde.org/digikam/5b0df75fc451d1330b61aa50982f62812dd0d705

diff --git a/core/libs/album/albummanager.h b/core/libs/album/albummanager.h
index 126a9f1c14..a87f2d7c86 100644
--- a/core/libs/album/albummanager.h
+++ b/core/libs/album/albummanager.h
@@ -811,7 +811,8 @@ public:
         AlbumManager::instance()->addGuardedPointer(album, &album);
     }
 
-    AlbumPointer(const AlbumPointer<T>& p)
+    // cppcheck-suppress noExplicitConstructor
+    AlbumPointer(const AlbumPointer<T>& p)      // krazy:exclude=explicit
         : album(p.album)
     {
         AlbumManager::instance()->addGuardedPointer(album, &album);
[prev in list] [next in list] [prev in thread] [next in thread] 

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