From aa21eacf0660184fa5401df7c93a320c4c285b57 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 7 Oct 2022 21:22:28 -0400 Subject: Correctly (?) remove logic that doesn't belong on windows. --- qdeduper/utilities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdeduper/utilities.cpp b/qdeduper/utilities.cpp index 02c4899..aef471d 100644 --- a/qdeduper/utilities.cpp +++ b/qdeduper/utilities.cpp @@ -58,10 +58,10 @@ void open_containing_folder(const fs::path &path) auto resp = conn.call(call, QDBus::CallMode::Block, 500); if (resp.type() != QDBusMessage::MessageType::ErrorMessage) return; -#endif #endif auto par = (path / "../").lexically_normal(); QDesktopServices::openUrl(QUrl::fromLocalFile(fspath_to_qstring(par))); +#endif } }; -- cgit v1.2.3