massif-visualizer: adjustments for Katie

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2016-10-15 02:16:19 +00:00
parent f06e93bd5c
commit 27b3051a80
10 changed files with 6 additions and 18 deletions

View file

@ -23,7 +23,6 @@
#ifndef KDCHARTDATAVALUEATTRIBUTES_H #ifndef KDCHARTDATAVALUEATTRIBUTES_H
#define KDCHARTDATAVALUEATTRIBUTES_H #define KDCHARTDATAVALUEATTRIBUTES_H
#include <Qt>
#include <QMetaType> #include <QMetaType>
#include "KDChartGlobal.h" #include "KDChartGlobal.h"
#include "KDChartEnums.h" #include "KDChartEnums.h"

View file

@ -176,14 +176,12 @@ protected: \
#if defined(Q_OS_WIN) && defined(QT_DLL) #if defined(Q_OS_WIN) && defined(QT_DLL)
#if defined(_MSC_VER) && _MSC_VER >= 1300 #if defined(_MSC_VER) && _MSC_VER >= 1300
// workaround http://support.microsoft.com/default.aspx?scid=kb;en-us;309801 // workaround http://support.microsoft.com/default.aspx?scid=kb;en-us;309801
#include <QPointF> #include <QPoint>
#include <QVector> #include <QVector>
template class Q_DECL_IMPORT QVector<QPointF>; template class Q_DECL_IMPORT QVector<QPointF>;
#endif #endif
#endif #endif
#include <Qt>
namespace KDChart { namespace KDChart {
enum DisplayRoles { enum DisplayRoles {

View file

@ -24,7 +24,6 @@
#define KDCHARTMEASURE_H #define KDCHARTMEASURE_H
#include <QDebug> #include <QDebug>
#include <Qt>
#include <QStack> #include <QStack>
#include "KDChartGlobal.h" #include "KDChartGlobal.h"
#include "KDChartEnums.h" #include "KDChartEnums.h"

View file

@ -24,7 +24,6 @@
#define KDCHARTPOSITION_H #define KDCHARTPOSITION_H
#include <QDebug> #include <QDebug>
#include <Qt>
#include <QMetaType> #include <QMetaType>
#include <QCoreApplication> #include <QCoreApplication>
#include "KDChartGlobal.h" #include "KDChartGlobal.h"

View file

@ -25,9 +25,8 @@
#include <QDebug> #include <QDebug>
#include <QMetaType> #include <QMetaType>
#include <Qt> #include <QPoint>
#include <QPointF> #include <QSize>
#include <QSizeF>
#include "KDChartGlobal.h" #include "KDChartGlobal.h"
namespace KDChart { namespace KDChart {

View file

@ -23,7 +23,6 @@
#ifndef KDCHARTDATAVALUEATTRIBUTES_H #ifndef KDCHARTDATAVALUEATTRIBUTES_H
#define KDCHARTDATAVALUEATTRIBUTES_H #define KDCHARTDATAVALUEATTRIBUTES_H
#include <Qt>
#include <QMetaType> #include <QMetaType>
#include "KDChartGlobal.h" #include "KDChartGlobal.h"
#include "KDChartEnums.h" #include "KDChartEnums.h"

View file

@ -176,14 +176,12 @@ protected: \
#if defined(Q_OS_WIN) && defined(QT_DLL) #if defined(Q_OS_WIN) && defined(QT_DLL)
#if defined(_MSC_VER) && _MSC_VER >= 1300 #if defined(_MSC_VER) && _MSC_VER >= 1300
// workaround http://support.microsoft.com/default.aspx?scid=kb;en-us;309801 // workaround http://support.microsoft.com/default.aspx?scid=kb;en-us;309801
#include <QPointF> #include <QPoint>
#include <QVector> #include <QVector>
template class Q_DECL_IMPORT QVector<QPointF>; template class Q_DECL_IMPORT QVector<QPointF>;
#endif #endif
#endif #endif
#include <Qt>
namespace KDChart { namespace KDChart {
enum DisplayRoles { enum DisplayRoles {

View file

@ -24,7 +24,6 @@
#define KDCHARTMEASURE_H #define KDCHARTMEASURE_H
#include <QDebug> #include <QDebug>
#include <Qt>
#include <QStack> #include <QStack>
#include "KDChartGlobal.h" #include "KDChartGlobal.h"
#include "KDChartEnums.h" #include "KDChartEnums.h"

View file

@ -24,7 +24,6 @@
#define KDCHARTPOSITION_H #define KDCHARTPOSITION_H
#include <QDebug> #include <QDebug>
#include <Qt>
#include <QMetaType> #include <QMetaType>
#include <QCoreApplication> #include <QCoreApplication>
#include "KDChartGlobal.h" #include "KDChartGlobal.h"

View file

@ -25,9 +25,8 @@
#include <QDebug> #include <QDebug>
#include <QMetaType> #include <QMetaType>
#include <Qt> #include <QPoint>
#include <QPointF> #include <QSize>
#include <QSizeF>
#include "KDChartGlobal.h" #include "KDChartGlobal.h"
namespace KDChart { namespace KDChart {