[AFV], Ref T731 allow to open the drashdump directory from menu/launcher tools

This commit is contained in:
Klaus Basan
2019-10-18 16:36:15 +02:00
parent 7cfcc61bd3
commit 40eb531a3a
4 changed files with 45 additions and 19 deletions

View File

@@ -193,6 +193,9 @@ namespace BlackGui
//! Opens the standard log directory
bool openStandardLogDirectory();
//! Opens the standard dumps directory
bool openStandardCrashDumpDirectory();
//! Update the fonts
bool updateFont(const QString &fontFamily, const QString &fontSize, const QString &fontStyle, const QString &fontWeight, const QString &fontColor);