mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:06:57 +08:00
Ref T213, Ref T271 opt-in for crash dumps
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#define BLACKGUI_COMPONENTS_LEGALINFOCOMPONENT_H
|
||||
|
||||
#include "blackgui/overlaymessagesframe.h"
|
||||
#include "blackcore/application/applicationsettings.h"
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
#include <QWizardPage>
|
||||
@@ -43,7 +44,11 @@ namespace BlackGui
|
||||
bool validateAgreement();
|
||||
|
||||
private:
|
||||
//! Allow crash dumps
|
||||
void onAllowCrashDumps(bool checked);
|
||||
|
||||
QScopedPointer<Ui::CLegalInfoComponent> ui;
|
||||
BlackMisc::CSetting<BlackCore::Application::TCrashDumpUploadEnabled> m_crashDumpUploadEnabled { this };
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user