summaryrefslogtreecommitdiff
path: root/src/common-lib/crashhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-lib/crashhandler.cpp')
-rw-r--r--src/common-lib/crashhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-lib/crashhandler.cpp b/src/common-lib/crashhandler.cpp
index d67482dd..a1b44572 100644
--- a/src/common-lib/crashhandler.cpp
+++ b/src/common-lib/crashhandler.cpp
@@ -319,7 +319,7 @@ QT_END_NAMESPACE_AM
QT_BEGIN_NAMESPACE_AM
-static Q_NORETURN void crashHandler(const char *why, int stackFramesToIgnore);
+Q_NORETURN static void crashHandler(const char *why, int stackFramesToIgnore);
static void initBacktraceUnix()
{