Review Request 120926: Remove redundant code from KRun::KRunPrivate::isPromptNeeded()
David Faure
faure at kde.org
Sat Dec 20 16:03:45 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120926/#review72344
-----------------------------------------------------------
Ship it!
Ship It!
- David Faure
On Nov. 1, 2014, 10:31 a.m., Arjun AK wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/120926/
> -----------------------------------------------------------
>
> (Updated Nov. 1, 2014, 10:31 a.m.)
>
>
> Review request for KDE Frameworks and David Faure.
>
>
> Repository: kio
>
>
> Description
> -------
>
> Since `setShowScriptExecutionPrompt()` is used to specify whether a prompt should be shown or not, we don't neither need to check it again nor do we need to call `setRunExecutable()` inside KIO. The caller is anyway forced to do something like:
>
> if (value == "alwaysAsk") {
> run->setShowScriptExecutionPrompt(true);
> } else {
> run->setRunExecutables(value == "execute");
> }
>
>
> Diffs
> -----
>
> src/widgets/krun.h cd5bcaa
>
> Diff: https://git.reviewboard.kde.org/r/120926/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Arjun AK
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20141220/2433a5a0/attachment.html>
More information about the Kde-frameworks-devel
mailing list