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
Valentin Platzgummer
qgroundcontrol
Commits
b952a473
Commit
b952a473
authored
May 30, 2014
by
Lorenz Meier
Browse files
Tell MacOS to not push us to nap
parent
96ef0dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cc
View file @
b952a473
...
...
@@ -83,7 +83,12 @@ int WindowsCrtReportHook(int reportType, char* message, int* returnValue)
int
main
(
int
argc
,
char
*
argv
[])
{
// install the message handler
// Prevent Apple's app nap from screwing us over
// tip: the domain can be cross-checked on the command line with <defaults domains>
QProcess
::
execute
(
"defaults write org.qgroundcontrol.qgroundcontrol NSAppSleepDisabled -bool YES"
);
// install the message handler
#ifdef Q_OS_WIN
qInstallMsgHandler
(
msgHandler
);
#endif
...
...
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