Skip to content
Commit 445bcfd0 authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

Avoid having 4 webshortcut reloads when using kurifilters

We load the entries once the registry is instantiated, but also in case
the config has changed. Using a boolean we can skip this in case it is
called from the constructor.

The other major issue was that the Q_GLOBAL_STATIC was in multiple
compilation units. Thus we did the duplicate reparsing in two places.
By having a shared lib, we use the same Q_GLOBAL_STATIC in both plugins.
parent f61fa323
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