SystemGui/Sources/GlobalDefine.h
2017-04-12 13:37:09 -04:00

10 lines
129 B
C

#ifndef GLOBALDEFINE_H
#define GLOBALDEFINE_H
#include "QDebug"
#define RET_OK 1
#define RET_ERROR 0
#endif // GLOBALDEFINE_H