TSI_Config/common.h

14 lines
234 B
C
Raw Normal View History

2025-03-09 11:53:05 +08:00
#ifndef COMMON_H
#define COMMON_H
#include <QByteArray>
#include "data_config.h"
class Common
{
public:
Common();
};
void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg);
#endif // COMMON_H