pipacs / o2

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

fix typo and add note about O0SettingsStore ownership #141

Closed farindk closed 3 years ago

farindk commented 3 years ago

Fixed typos in README (object pointers were missing).

I also added a note that the ownership of O0SettingsStore is transferred in setStore(). I had a multi-hour debugging session because of that...