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

List:       kde-commits
Subject:    [kpmcore] src/core: Make copy constructor public.
From:       Teo Mrnjavac <teo () kde ! org>
Date:       2016-09-08 16:13:08
Message-ID: E1bi1wq-0004Gx-Eu () code ! kde ! org
[Download RAW message or body]

Git commit 05e6ea82a3d2f802079ed89e6fc794f57316ddc9 by Teo Mrnjavac.
Committed on 08/09/2016 at 16:13.
Pushed by mrnjavac into branch 'master'.

Make copy constructor public.

M  +1    -1    src/core/device.h

http://commits.kde.org/kpmcore/05e6ea82a3d2f802079ed89e6fc794f57316ddc9

diff --git a/src/core/device.h b/src/core/device.h
index 03a57f8..4c24410 100644
--- a/src/core/device.h
+++ b/src/core/device.h
@@ -55,9 +55,9 @@ public:
 
 protected:
     explicit Device(const QString& name, const QString& deviceNode, const qint32 \
logicalSize, const qint64 totalLogical, const QString& iconName = QString(), \
                Device::Type type = Device::Disk_Device);
-    explicit Device(const Device& other);
 
 public:
+    explicit Device(const Device& other);
     virtual ~Device();
 
 public:


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

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