1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

update v2

This commit is contained in:
unknown 2017-09-08 21:42:43 +09:00
parent 712a42291e
commit 9fb4e43559
45 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,6 @@
#define QT_END_NAMESPACE_XLSX }
#define QTXLSX_USE_NAMESPACE using namespace QXlsx;
/*
#if !defined(QT_STATIC) && !defined(XLSX_NO_LIB)
# if defined(QT_BUILD_XLSX_LIB)
# define Q_XLSX_EXPORT Q_DECL_EXPORT
@ -40,8 +39,6 @@
#else
# define Q_XLSX_EXPORT
#endif
*/
#define Q_XLSX_EXPORT
#ifdef XLSX_TEST
# define XLSX_AUTOTEST_EXPORT Q_XLSX_EXPORT

View File

@ -40,6 +40,9 @@
#include "xlsxglobal.h"
#include <QScopedPointer>
#include <QStringList>
#if QT_VERSION >= 0x050600
#include <QVector>
#endif
class QZipReader;
class QIODevice;