Minor optimization recommended by 'clazy'

Authored by thomasfischer on Nov 5 2018, 7:02 PM.

Description

Minor optimization recommended by 'clazy'

Using static function QFileInfo::exists(..) instead of
initializing a full QFileInfo object to invoke exits()
function on it.

Details

Committed
thomasfischerNov 5 2018, 7:02 PM
Parents
R462:6fb106bcb823: Statically instead of dynamically allocating object
Branches
Unknown
Tags
Unknown