From 129f511bcd42aaa9d0145a474b3a8186f4d0fc10 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Mon, 26 Jul 2021 11:43:16 +0100 Subject: [PATCH] initialise kcrash to ensure it gets linked --- src/MainWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index b77a32c1..8f9082bd 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -153,6 +154,7 @@ MainWindow::MainWindow() : if (statusBar() != nullptr) { statusBar()->installEventFilter(this); } + KCrash::initialize(); } void MainWindow::updateUseTransparency()