We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7868e43 commit d0e71abCopy full SHA for d0e71ab
src/main.cpp
@@ -18,15 +18,15 @@
18
#include <sys/stat.h>
19
#include <sys/time.h>
20
21
+static QTranslator* qtTranslator = nullptr;
22
+static QTranslator* translator = nullptr;
23
+
24
#ifndef NO_CRASH_HANDLER
25
#include "crash/airbag.h"
26
#include "crash/stacktrace.h"
27
28
static bool SPIN_ON_CRASH = false;
29
-static QTranslator* qtTranslator = nullptr;
-static QTranslator* translator = nullptr;
-
30
void onExceptionRaised(int fd)
31
{
32
Q_UNUSED(fd)
0 commit comments