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:
parent
0401c4c88c
commit
8ba4cb66ea
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user