mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
s/Q_WS_MAC/Q_OS_MAC
This commit is contained in:
@@ -251,7 +251,7 @@ TomahawkApp::init()
|
|||||||
GeneratorFactory::registerFactory( "database", new DatabaseFactory );
|
GeneratorFactory::registerFactory( "database", new DatabaseFactory );
|
||||||
|
|
||||||
// Register shortcut handler for this platform
|
// Register shortcut handler for this platform
|
||||||
#ifdef Q_WS_MAC
|
#ifdef Q_OS_MAC
|
||||||
m_shortcutHandler = QPointer<Tomahawk::ShortcutHandler>( new MacShortcutHandler( this ) );
|
m_shortcutHandler = QPointer<Tomahawk::ShortcutHandler>( new MacShortcutHandler( this ) );
|
||||||
Tomahawk::setShortcutHandler( static_cast<MacShortcutHandler*>( m_shortcutHandler.data() ) );
|
Tomahawk::setShortcutHandler( static_cast<MacShortcutHandler*>( m_shortcutHandler.data() ) );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user