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

List:       kde-commits
Subject:    KDE/kdelibs/plasma/private
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-07-15 21:41:30
Message-ID: 20100715214130.3A140AC73D () svn ! kde ! org
[Download RAW message or body]

SVN commit 1150411 by aseigo:

init the vals


 M  +6 -3      datacontainer_p.h  


--- trunk/KDE/kdelibs/plasma/private/datacontainer_p.h #1150410:1150411
@@ -32,7 +32,10 @@
 {
 public:
     DataContainerPrivate()
-        : dirty(false), cached(false)
+        : dirty(false),
+          cached(false),
+          enableStorage(false),
+          isStored(false)
     {}
 
     SignalRelay *signalRelay(const DataContainer *dc, QObject *visualization,
@@ -47,8 +50,8 @@
     QTime updateTs;
     bool dirty : 1;
     bool cached : 1;
-    bool enableStorage;
-    bool isStored;
+    bool enableStorage : 1;
+    bool isStored : 1;
 };
 
 class SignalRelay : public QObject
[prev in list] [next in list] [prev in thread] [next in thread] 

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