9 lines
176 B
C
9 lines
176 B
C
#ifndef QSIMPLECRYPTO_GLOBAL_H
|
|
#define QSIMPLECRYPTO_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
#include <stdexcept>
|
|
|
|
#define QSIMPLECRYPTO_EXPORT
|
|
|
|
#endif // QSIMPLECRYPTO_GLOBAL_H
|