Re: D-Bus on Windows 10
Thiago Macieira <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <12723593.X3FRfN7td3@tjmaciei-mobl1> |
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.