From 8ff8e237823b585cb0171700467328e4a7c5b2d6 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 19 Sep 2022 10:54:03 -0400 Subject: Fix file listing progress not being displayed. --- qdeduper/mingui.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qdeduper') diff --git a/qdeduper/mingui.cpp b/qdeduper/mingui.cpp index c10be0c..f409187 100644 --- a/qdeduper/mingui.cpp +++ b/qdeduper/mingui.cpp @@ -56,8 +56,11 @@ QString fsstr_to_qstring(const fs::path::string_type &s) #endif } +Q_DECLARE_METATYPE(fs::path) + DeduperMainWindow::DeduperMainWindow() { + qRegisterMetaType(); this->setFont(QFontDatabase::systemFont(QFontDatabase::SystemFont::FixedFont)); this->setWindowTitle("deduper"); this->setup_menu(); -- cgit v1.2.3