1 #ifndef _WEB_ENGINE_ERROR_H_
2 #define _WEB_ENGINE_ERROR_H_
21 void getErrDesc(int code
);
24 WebEngineError(int code
= 0);
26 inline int getErrCode() const { return m_code
; }
27 inline const QString
& getErrDesc() const { return m_desc
; }
30 #endif // _WEB_ENGINE_ERROR_H_