TSI_Config/common.h
2025-03-09 11:53:05 +08:00

14 lines
234 B
C++

#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