Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt: Minor fixup after #14207 #14208

Merged
merged 1 commit into from Jul 16, 2023
Merged

Qt: Minor fixup after #14207 #14208

merged 1 commit into from Jul 16, 2023

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Jul 16, 2023

No description provided.

@@ -3263,7 +3263,7 @@ main_window::drop_type main_window::IsValidFile(const QMimeData& md, QStringList
auto set_result = [&](drop_type _type)
{
m_drop_file_timestamp = get_system_time();
m_drop_file_cached_drop_type = type;
m_drop_file_cached_drop_type = _type;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the type even captured?
Just capture "this".
You also still return type, which makes no sense.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@Megamouse Megamouse merged commit 30a5d64 into RPCS3:master Jul 16, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants