Fix media key global shortcuts on mac.

Dave: *again* :-P
This commit is contained in:
John Maguire 2010-05-27 13:21:05 +00:00
parent 722981e71d
commit 734d505eb7
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ GlobalShortcuts::GlobalShortcuts(QObject *parent)
#ifndef Q_OS_DARWIN
system_backend_ = new QxtGlobalShortcutBackend(this);
#else
// Setup global media key shortcuts for mac.
mac::SetShortcutHandler(this);
#endif
ReloadSettings();