Skip to content

Commit

Permalink
add mising namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed Oct 31, 2022
1 parent 10d0225 commit 1dbdd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/cocoainitializer_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ - (void)handleURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEv
NSURL* url = [NSURL URLWithString:[[event paramDescriptorForKeyword:keyDirectObject] stringValue]];
const auto app = qobject_cast<OCC::Application *>(QApplication::instance());
const auto qtUrl = QUrl::fromNSURL(url);
EditLocallyManager::instance()->editLocally(qtUrl);
OCC::EditLocallyManager::instance()->editLocally(qtUrl);
}

@end
Expand Down

0 comments on commit 1dbdd88

Please sign in to comment.