mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
oops
This commit is contained in:
parent
c02ab28c60
commit
9eb10c09da
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ int main(int argc, const char* argv[]) {
|
|||
|
||||
qDebug() << "UserActivityLogger is enabled:" << ual.isEnabled();
|
||||
|
||||
if (ual) {
|
||||
if (ual.isEnabled()) {
|
||||
auto crashHandlerStarted = startCrashHandler();
|
||||
qDebug() << "Crash handler started:" << crashHandlerStarted;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue