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
Kate
Commits
18514b37
Commit
18514b37
authored
Mar 02, 2022
by
Christoph Cullmann
🐮
Browse files
guard full file to fix windows compile
parent
a8a9eb10
Pipeline
#144024
passed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
shared/signal_watcher.cpp
View file @
18514b37
...
...
@@ -5,6 +5,8 @@
*/
#include
"signal_watcher.h"
#if defined(Q_OS_UNIX)
#include
<QSocketNotifier>
#include
<signal.h>
...
...
@@ -13,8 +15,6 @@
#include
<sys/uio.h>
#include
<unistd.h>
#if defined(Q_OS_UNIX)
static
int
sigIntFd
[
2
]
=
{
0
,
0
};
static
int
sigTermFd
[
2
]
=
{
0
,
0
};
...
...
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