D-Bus on Windows 10
Thiago Macieira
thiago at kde.org
Wed Mar 10 16:53:40 UTC 2021
On Wednesday, 10 March 2021 07:20:18 PST Igor Plastov wrote:
> #undef signals // <- Workaround.
Better workaround: define before any Qt include (usually in your buildsystem)
the macro QT_NO_KEYWORDS
Then Qt won't define "signals". You can still use the functionality by
spelling it Q_SIGNALS.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Software Architect - Intel DPG Cloud Engineering
More information about the dbus
mailing list