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

--- Comment #3 from Thiago Macieira <[email protected]> ---
(In reply to David Edmundson from comment #1)
> This is in frameworks, KDE frameworks has to support Qt 5.12
> Qt 5.12 doesn't support the new connection syntax.
> 
> We can't port the code, it'd break
> We can't just add an #ifdef as it's QML (well, not without some external
> pre-processing)

Then please report this on the Qt bug tracker against QML. QML knows which
version of things you imported, so it shouldn't warn about things you can't use
in that version.

Or any other solution the QML developers feel you should use.

As a user, I don't care how this is solved. So long as it's solved. (cc me in
the bug report or paste the link here so I can say so).

> I did add a faux Qt logging category so one can turn them off.
> 
> My initial intention was I would just make Plasma ship an environment
> variable with that set, but it turns out that breaks other people's custom
> Qt logging rule files so I wasn't able to ship it. You have this as an
> option for yourself.
> 
> Maybe I could maybe add QLoggingCategory::installFilter() into every
> applicable app?

Unclean solutions. But since we need to put up with existing releases of Qt,
that might be needed.

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

Reply via email to