Allow to test an ASSERT (like the crashdump test)

This commit is contained in:
Klaus Basan
2019-07-25 18:38:55 +02:00
committed by Mat Sutcliffe
parent 44d8e043e0
commit b0efdd78ec
7 changed files with 62 additions and 13 deletions

View File

@@ -73,6 +73,9 @@ namespace BlackMisc
//! Simulate a crash
void simulateCrash();
//! Simulate an ASSERT
void simulateAssert();
private:
CCrashHandler(QObject *parent = nullptr);