mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
qDebug()--
This commit is contained in:
@@ -101,7 +101,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void) setShortcutHandler: (Tomahawk::MacShortcutHandler*)handler {
|
- (void) setShortcutHandler: (Tomahawk::MacShortcutHandler*)handler {
|
||||||
qDebug() << "Setting shortcut handler of MacApp";
|
|
||||||
// should be the same as MacApplication's
|
// should be the same as MacApplication's
|
||||||
shortcut_handler_ = handler;
|
shortcut_handler_ = handler;
|
||||||
}
|
}
|
||||||
@@ -134,7 +133,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL) application: (NSApplication*)app openFile:(NSString*)filename {
|
- (BOOL) application: (NSApplication*)app openFile:(NSString*)filename {
|
||||||
qDebug() << "Wants to open:" << [filename UTF8String];
|
|
||||||
|
|
||||||
if (application_handler_->loadUrl(QString::fromUtf8([filename UTF8String]))) {
|
if (application_handler_->loadUrl(QString::fromUtf8([filename UTF8String]))) {
|
||||||
return YES;
|
return YES;
|
||||||
|
Reference in New Issue
Block a user