1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

s/Q_WS_MAC/Q_OS_MAC

This commit is contained in:
Uwe L. Korn 2014-06-02 13:01:25 +01:00
parent 859865e50a
commit af3352dca3

View File

@ -251,7 +251,7 @@ TomahawkApp::init()
GeneratorFactory::registerFactory( "database", new DatabaseFactory );
// Register shortcut handler for this platform
#ifdef Q_WS_MAC
#ifdef Q_OS_MAC
m_shortcutHandler = QPointer<Tomahawk::ShortcutHandler>( new MacShortcutHandler( this ) );
Tomahawk::setShortcutHandler( static_cast<MacShortcutHandler*>( m_shortcutHandler.data() ) );