Merge pull request #484 from daleglass-overte/fix-backtrace-url-in-recovery-handler

Remove unused variable, causes problems if crash reporting is not used.
This commit is contained in:
ksuprynowicz 2023-06-26 19:44:24 +02:00 committed by GitHub
commit d60cce0f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,9 +36,6 @@
#include <UserActivityLogger.h>
#include <BuildInfo.h>
static const QString BACKTRACE_URL{ CMAKE_BACKTRACE_URL };
bool CrashRecoveryHandler::checkForResetSettings(bool wasLikelyCrash, bool suppressPrompt) {
Setting::Handle<bool> crashReportingAsked { "CrashReportingAsked", false };