pipacs / o2

OAuth 2.0 for Qt
BSD 2-Clause "Simplified" License
317 stars 147 forks source link

Add `o2_SHOW_TRACE` option to enable trace output. #52

Closed dbrnz closed 8 years ago

dbrnz commented 8 years ago

Here is another way to disable trace by default (instead of having it in the public API).

Thanks.

pipacs commented 8 years ago

Indeed, this looks like the right way -- and then we don't even need trace(). Would you mind replacing all trace definitions/usages to qDebug?

dbrnz commented 8 years ago

Done.