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 f6690136f2
commit 33cd96c2e3
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);