You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWTAI-Platform/Include/iBase/iBase/zxCrashHandler.h

18 lines
240 B
C++

#pragma once
#include <QObject>
#include "iBase_global.h"
// 异常捕获
class I_BASE_EXPORT zxCrashHandler : public QObject
{
Q_OBJECT
public:
zxCrashHandler();
~zxCrashHandler();
static void registerHandler();
};