added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -53,12 +53,14 @@
|
||||
#include "wx/zipstrm.h"
|
||||
#endif // wxUSE_ZIPSTREAM
|
||||
|
||||
#if wxUSE_STACKWALKER
|
||||
WX_CHECK_BUILD_OPTIONS("wxQA")
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// XmlStackWalker: stack walker specialization which dumps stack in XML
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if wxUSE_STACKWALKER
|
||||
|
||||
class XmlStackWalker : public wxStackWalker
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user