1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-07 20:50:53 +02:00

Declare method as well

This commit is contained in:
Leo Franchi
2012-06-05 09:10:56 +01:00
parent 0401c4c88c
commit 8ba4cb66ea
2 changed files with 3 additions and 1 deletions

View File

@@ -328,7 +328,7 @@ TomahawkApp::init()
connect( r, SIGNAL( finished() ), this, SLOT( spotifyApiCheckFinished() ) );
#endif
#ifdef Q_WS_MAC
#ifdef Q_OS_MAC
// Make sure to do this after main window is inited
Tomahawk::enableFullscreen( m_mainwindow );
#endif