#ifndef COMMON_H #define COMMON_H #include #include "data_config.h" class Common { public: Common(); }; void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg); #endif // COMMON_H