mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Declare method as well
This commit is contained in:
@@ -328,7 +328,7 @@ TomahawkApp::init()
|
|||||||
connect( r, SIGNAL( finished() ), this, SLOT( spotifyApiCheckFinished() ) );
|
connect( r, SIGNAL( finished() ), this, SLOT( spotifyApiCheckFinished() ) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_WS_MAC
|
#ifdef Q_OS_MAC
|
||||||
// Make sure to do this after main window is inited
|
// Make sure to do this after main window is inited
|
||||||
Tomahawk::enableFullscreen( m_mainwindow );
|
Tomahawk::enableFullscreen( m_mainwindow );
|
||||||
#endif
|
#endif
|
||||||
|
@@ -33,6 +33,8 @@
|
|||||||
// Will be asynchronous: Implement the delegate protocol know about the completion
|
// Will be asynchronous: Implement the delegate protocol know about the completion
|
||||||
+ (void) moveFile:(NSString *)source to:(NSString*)dest withDelegate:delegate;
|
+ (void) moveFile:(NSString *)source to:(NSString*)dest withDelegate:delegate;
|
||||||
|
|
||||||
|
// Internal
|
||||||
|
+ (void)notifyDelegate:(NSDictionary *)info;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user