From 80de25c252d9731470e61360e6c136e9706f9ec3 Mon Sep 17 00:00:00 2001 From: Rachel Kang Date: Mon, 9 Aug 2021 12:44:54 -0400 Subject: [PATCH] Add missing using and remove todo --- src/quicklookUI.cs | 1 + tests/xtro-sharpie/macOS-QuickLookUI.todo | 19 ------------------- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 tests/xtro-sharpie/macOS-QuickLookUI.todo diff --git a/src/quicklookUI.cs b/src/quicklookUI.cs index 95638c765277..545107f1eca8 100644 --- a/src/quicklookUI.cs +++ b/src/quicklookUI.cs @@ -5,6 +5,7 @@ using System; using System.ComponentModel; +using UniformTypeIdentifiers; namespace QuickLookUI { diff --git a/tests/xtro-sharpie/macOS-QuickLookUI.todo b/tests/xtro-sharpie/macOS-QuickLookUI.todo deleted file mode 100644 index e113fe7feab6..000000000000 --- a/tests/xtro-sharpie/macOS-QuickLookUI.todo +++ /dev/null @@ -1,19 +0,0 @@ -!missing-protocol-member! QLPreviewingController::providePreviewForFileRequest:completionHandler: not found -!missing-selector! QLFilePreviewRequest::fileURL not bound -!missing-selector! QLPreviewReply::attachments not bound -!missing-selector! QLPreviewReply::initForPDFWithPageSize:documentCreationBlock: not bound -!missing-selector! QLPreviewReply::initWithContextSize:isBitmap:drawingBlock: not bound -!missing-selector! QLPreviewReply::initWithDataOfContentType:contentSize:dataCreationBlock: not bound -!missing-selector! QLPreviewReply::initWithFileURL: not bound -!missing-selector! QLPreviewReply::setAttachments: not bound -!missing-selector! QLPreviewReply::setStringEncoding: not bound -!missing-selector! QLPreviewReply::setTitle: not bound -!missing-selector! QLPreviewReply::stringEncoding not bound -!missing-selector! QLPreviewReply::title not bound -!missing-selector! QLPreviewReplyAttachment::contentType not bound -!missing-selector! QLPreviewReplyAttachment::data not bound -!missing-selector! QLPreviewReplyAttachment::initWithData:contentType: not bound -!missing-type! QLFilePreviewRequest not bound -!missing-type! QLPreviewProvider not bound -!missing-type! QLPreviewReply not bound -!missing-type! QLPreviewReplyAttachment not bound