francescmm / QLogger

Multi-threading logger for Qt applications
https://www.francescmm.com
GNU Lesser General Public License v2.1
56 stars 21 forks source link

Thread safe singleton #8

Closed muhammetasan closed 4 years ago

muhammetasan commented 4 years ago

Removed QThread inheritance so that app does not crash with Singleton instance.