Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
129f511b
Commit
129f511b
authored
Jul 26, 2021
by
Jonathan Esk-Riddell
🏄
Browse files
initialise kcrash to ensure it gets linked
parent
c8717b71
Changes
1
Show whitespace changes
Inline
Side-by-side
src/MainWindow.cpp
View file @
129f511b
...
...
@@ -17,6 +17,7 @@
#include <KAcceleratorManager>
#include <KActionCollection>
#include <KActionMenu>
#include <KCrash>
#include <KIconUtils>
#include <KShortcutsDialog>
#include <KLocalizedString>
...
...
@@ -153,6 +154,7 @@ MainWindow::MainWindow() :
if
(
statusBar
()
!=
nullptr
)
{
statusBar
()
->
installEventFilter
(
this
);
}
KCrash
::
initialize
();
}
void
MainWindow
::
updateUseTransparency
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment