1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01: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

View File

@ -33,6 +33,8 @@
// Will be asynchronous: Implement the delegate protocol know about the completion
+ (void) moveFile:(NSString *)source to:(NSString*)dest withDelegate:delegate;
// Internal
+ (void)notifyDelegate:(NSDictionary *)info;
@end