Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Jul 4, 2020
1 parent cb20f4d commit 7f431f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/gui/Android/manifest
2 changes: 1 addition & 1 deletion src/qmplay2/QMPlay2Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ bool QMPlay2CoreClass::canSuspend()
#if defined Q_OS_WIN || defined Q_OS_MACOS
m_suspend = 1;
return true;
#elif !defined O_OS_ANDROID
#elif !defined Q_OS_ANDROID
auto checkSuspendDBus = [](const QStringList &args) {
QProcess p;
p.start("dbus-send", args);
Expand Down

0 comments on commit 7f431f9

Please sign in to comment.