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