You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kspread/qpro/libqpro/qpro/common.h

12 lines
156 B

#ifndef TQPRO_COMMON_H
#define TQPRO_COMMON_H
#ifdef TQP_TRACE
#define TQP_DEBUG(x) cerr << x
#else
#define TQP_DEBUG(x)
#endif
#endif // TQPRO_COMMON_H