mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Ref T401, crash simulation improvements
* sub-directory paths in directory utils * no UI simulated crash in release builds * no upload rate in local developer builds
This commit is contained in:
committed by
Mat Sutcliffe
parent
9745bafd4e
commit
60b3c16120
@@ -79,8 +79,11 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::Index::comparePropertyByIndex
|
||||
int comparePropertyByIndex(const CPropertyIndex &index, const CCrashInfo &compareValue) const;
|
||||
|
||||
//! Trigger writing this to file
|
||||
void triggerWritingFile();
|
||||
//! Trigger writing this to file (in background)
|
||||
void triggerWritingFile() const;
|
||||
|
||||
//! Write to file (synchronous)
|
||||
bool writeToFile() const;
|
||||
|
||||
//! Summary
|
||||
QString summary() const;
|
||||
|
||||
Reference in New Issue
Block a user