QtDataSync
4.2.0
A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices
src
datasyncios
qtdatasyncios_global.h
1
#ifndef QTDATASYNCIOS_GLOBAL_H
2
#define QTDATASYNCIOS_GLOBAL_H
3
4
#include <QtCore/qglobal.h>
5
6
#if defined(QT_BUILD_DATASYNCIOS_LIB)
7
# define Q_DATASYNCIOS_EXPORT Q_DECL_EXPORT
8
#else
9
# define Q_DATASYNCIOS_EXPORT Q_DECL_IMPORT
10
#endif
11
12
#endif // QTDATASYNCIOS_GLOBAL_H
Generated on Sat Nov 17 2018 11:30:53 for QtDataSync by
1.8.14