Info about checklist

This commit is contained in:
Klaus Basan
2018-11-14 04:41:03 +01:00
parent c94a619599
commit 21506293f3
3 changed files with 53 additions and 12 deletions

View File

@@ -47,6 +47,9 @@ namespace BlackGui
//! Allow crash dumps
void onAllowCrashDumps(bool checked);
//! Set the checklist info
void setChecklistInfo();
QScopedPointer<Ui::CLegalInfoComponent> ui;
BlackMisc::CSetting<BlackCore::Application::TCrashDumpSettings> m_crashDumpSettings { this };
};