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

List:       kde-commits
Subject:    KDE/kdelibs
From:       Thiago Macieira <thiago () kde ! org>
Date:       2007-08-24 20:22:38
Message-ID: 1187986958.555713.30121.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 704416 by thiago:

Add warning about this code, since it may change in Qt


 M  +7 -0      kdecore/kernel/kglobal.h  
 M  +7 -0      phonon/globalstatic_p.h  


--- trunk/KDE/kdelibs/kdecore/kernel/kglobal.h #704415:704416
@@ -22,6 +22,13 @@
 #include <kdecore_export.h>
 #include <QtCore/QAtomicPointer>
 
+//
+// WARNING!!
+// This code uses undocumented Qt API
+// Do not copy it to your application! Use only the functions that are here!
+// Otherwise, it could break when a new version of Qt ships.
+//
+
 class KComponentData;
 class KCharsets;
 class KConfig;
--- trunk/KDE/kdelibs/phonon/globalstatic_p.h #704415:704416
@@ -21,6 +21,13 @@
 
 #include <QtCore/QAtomicPointer>
 
+//
+// WARNING!!
+// This code uses undocumented Qt API
+// Do not copy it to your application! Use only the functions that are here!
+// Otherwise, it could break when a new version of Qt ships.
+//
+
 namespace Phonon
 {
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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