MEONMedical / Log4Qt

Log4Qt - Logging for the Qt cross-platform application framework
Apache License 2.0
580 stars 234 forks source link

Apply clang-tidy with modernize-use-nullptr,modernize-use-override #26

Closed chehrlic closed 7 years ago

chehrlic commented 7 years ago

Since this project is using c++11, we should also use nullptr and override everywhere Converted with clang-tidy