mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-30 05:02:52 +08:00
set new namespace
This commit is contained in:
parent
98ccd0942e
commit
4b0a35bf5e
@ -23,8 +23,10 @@
|
||||
#include <QtGlobal>
|
||||
|
||||
#define QT_BEGIN_NAMESPACE_XLSX namespace QXlsx {
|
||||
|
||||
#define QT_END_NAMESPACE_XLSX }
|
||||
#define QTXLSX_USE_NAMESPACE using namespace QXlsx;
|
||||
|
||||
#define QXLSX_USE_NAMESPACE using namespace QXlsx;
|
||||
|
||||
#define Q_XLSX_EXPORT // use static lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user