aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qdeduper/utilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qdeduper/utilities.cpp b/qdeduper/utilities.cpp
index 02c4899..aef471d 100644
--- a/qdeduper/utilities.cpp
+++ b/qdeduper/utilities.cpp
@@ -59,9 +59,9 @@ void open_containing_folder(const fs::path &path)
if (resp.type() != QDBusMessage::MessageType::ErrorMessage)
return;
#endif
-#endif
auto par = (path / "../").lexically_normal();
QDesktopServices::openUrl(QUrl::fromLocalFile(fspath_to_qstring(par)));
+#endif
}
};