This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#pragma once
#include <QObject>
#include "iAppBase_global.h"
// 注意:对于App,需要引用该类,以默认动态构建ZxSystem
class I_APPBASE_EXPORT ZxAppPrompt : public QObject
{
Q_OBJECT
public:
ZxAppPrompt();
~ZxAppPrompt();
};