mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
Fixed Ubuntu warning
This commit is contained in:
parent
0343d4e443
commit
cb5a114145
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void CrashHandler::handleCrash(CrashHandler::Action action) {
|
|||
QUrl fullAvatarURL;
|
||||
QString fullAvatarModelName;
|
||||
QUrl address;
|
||||
bool tutorialComplete;
|
||||
bool tutorialComplete = false;
|
||||
|
||||
if (action == CrashHandler::RETAIN_IMPORTANT_INFO) {
|
||||
// Read avatar info
|
||||
|
|
Loading…
Reference in a new issue