mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Qt: Minor fixup
This commit is contained in:
parent
882fb3e049
commit
30a5d646ec
1 changed files with 1 additions and 1 deletions
|
@ -3260,7 +3260,7 @@ main_window::drop_type main_window::IsValidFile(const QMimeData& md, QStringList
|
||||||
|
|
||||||
m_drop_file_url_list = std::move(list);
|
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_timestamp = get_system_time();
|
||||||
m_drop_file_cached_drop_type = type;
|
m_drop_file_cached_drop_type = type;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue