Skip to content
Commit ce318c52 authored by Wolfgang Bauer's avatar Wolfgang Bauer
Browse files

Simplify and fix "Download again?" dialog

Call QDialog::done() in the button handlers to actually close the
dialog, and pass it the proper return code.
Get the result from dialog->exec() directly instead of calling result()
afterwards.

This eliminates the need for the m_result member variable and result()
function.

Also fix the check for the "Apply to All" checkbox state.
parent 7aa96c89
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment