https://bugs.kde.org/show_bug.cgi?id=361401

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> ---
Urgh, pretty obvious

appentry.cpp:185

    FindPackageJob* job = new FindPackageJob(files);
    if (job->exec() && !job->packageNames().isEmpty()) {

We should never exec() in an invokable method called from QML. 

but it's in an #ifdef which is why most devs don't hit this.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to