From 30a5d646ecad5c6f77222a4284f256639d6c92ed Mon Sep 17 00:00:00 2001 From: Eladash Date: Sun, 16 Jul 2023 19:52:24 +0300 Subject: [PATCH] Qt: Minor fixup --- rpcs3/rpcs3qt/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index d00ac9de01..2920892fce 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -3260,7 +3260,7 @@ main_window::drop_type main_window::IsValidFile(const QMimeData& md, QStringList m_drop_file_url_list = std::move(list); - auto set_result = [&](drop_type _type) + auto set_result = [this](drop_type type) { m_drop_file_timestamp = get_system_time(); m_drop_file_cached_drop_type = type;