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

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2010-04-24 20:13:51
Message-ID: 20100424201351.ECA45AC8A3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1118473 by staniek:

KexiDB
*fixed crash in connection data handling
BUG:234536



 M  +2 -1      connectiondata.cpp  


--- trunk/koffice/kexi/kexidb/connectiondata.cpp #1118472:1118473
@@ -24,6 +24,7 @@
 #include <qdir.h>
 
 #include <klocale.h>
+#include <KDebug>
 
 using namespace KexiDB;
 
@@ -61,7 +62,7 @@
 ConnectionData::ConnectionData(const ConnectionData& cd)
         : QObject()
         , ConnectionDataBase()
-        , priv(0)
+        , priv(new ConnectionData::Private())
 {
     static_cast<ConnectionData&>(*this) = static_cast<const ConnectionData&>(cd);//copy data members
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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