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
1c66e737
Commit
1c66e737
authored
Sep 16, 2020
by
Kurt Hindenburg
Browse files
Add QDebug includes to fix build failures
parent
28e1a3e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/filterHotSpots/FilterChain.cpp
View file @
1c66e737
...
...
@@ -28,6 +28,7 @@
#include <QEvent>
#include <QKeyEvent>
#include <QPainter>
#include <QDebug>
#include <algorithm>
...
...
src/filterHotSpots/HotSpot.cpp
View file @
1c66e737
...
...
@@ -21,6 +21,7 @@
#include "HotSpot.h"
#include <QMouseEvent>
#include <QDebug>
#include "widgets/TerminalDisplay.h"
#include "FileFilterHotspot.h"
...
...
Write
Preview
Supports
Markdown
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