Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
35c36be1
Commit
35c36be1
authored
May 07, 2022
by
Alex Richardson
Committed by
Vlad Zahorodnii
May 08, 2022
Browse files
Fix incorrect usage of __has_include
I introduced this typo in
0a0a1fd3
parent
61eba32c
Pipeline
#173556
passed with stage
in 23 minutes and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
35c36be1
...
...
@@ -44,7 +44,7 @@
#include
<QTranslator>
#include
<qplatformdefs.h>
#if
def
__has_include(<malloc.h>)
#if __has_include(<malloc.h>)
#include
<malloc.h>
#endif
#include
<unistd.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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