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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/libkopete
From:       Raphael Kubo da Costa <rakuco () FreeBSD ! org>
Date:       2012-01-03 15:25:57
Message-ID: 20120103152557.0EA2AAC7DB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1271256 by rkcosta:

Fix build with clang.

XMLProperty called variant{From,To}XML, however QVariant was only
forward-declared. gcc seems to accept it, but clang does not.


 M  +1 -1      kopeteproperties.h  


--- trunk/KDE/kdenetwork/kopete/libkopete/kopeteproperties.h #1271255:1271256
@@ -18,11 +18,11 @@
 #define KOPETEPROPERTIES_H
 
 #include <QMultiHash>
+#include <QVariant>
 
 #include <typeinfo>
 
 class QString;
-class QVariant;
 class QDomElement;
 
 namespace Kopete
[prev in list] [next in list] [prev in thread] [next in thread] 

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