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

List:       kde-commits
Subject:    koffice/interfaces
From:       Inge Wallin <inge () lysator ! liu ! se>
Date:       2006-01-11 19:05:12
Message-ID: 1137006312.222136.16934.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 497027 by ingwa:

convert the interface of KoChart to the new version of KDChart

 M  +9 -4      koChart.h  


--- trunk/koffice/interfaces/koChart.h #497026:497027
@@ -19,18 +19,23 @@
 #ifndef __koffice_kchart_h__
 #define __koffice_kchart_h__
 
+#include <qvariant.h>
+
 #include <koDocument.h>
 #include <KDChartTable.h>
 
 #include <koffice_export.h>
+
 namespace KoChart
 {
     class Part;
 
-    // KDChartData is either a double (interpreted as a value), a
-    // QString (interpreted as a label), a QDateTime (interpreted as a
-    // date/time value) or empty.
-    typedef KDChartData Value;
+    // KDChartData is either:
+    //  - a double (interpreted as a value)
+    //  - a QString (interpreted as a label)
+    //  - a QDateTime (interpreted as a date/time value)
+    //  - empty.
+    typedef QVariant         Value;
     typedef KDChartTableData Data;
 
     class KOCHARTINTERFACE_EXPORT WizardExtension : public QObject
[prev in list] [next in list] [prev in thread] [next in thread] 

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