mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-15 10:14:43 +01:00
Add pragma unused
This commit is contained in:
parent
7d3ceb7d8c
commit
efaf917939
@ -192,6 +192,8 @@ QDebug operator<<(QDebug dbg, NSObject* object) {
|
||||
|
||||
- (void)handleURLEvent:(NSAppleEventDescriptor*)theEvent withReplyEvent:(NSAppleEventDescriptor*)replyEvent {
|
||||
|
||||
#pragma unused(replyEvent)
|
||||
|
||||
NSString *url = [[theEvent paramDescriptorForKeyword:keyDirectObject] stringValue];
|
||||
application_handler_->LoadUrl(QString::fromNSString(url));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user