CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
527 stars 137 forks source link

some improve #257

Closed L-Super closed 1 year ago

L-Super commented 1 year ago
  1. Redundant return statement at the end of a function with a void return type.
  2. use nullptr instead of 0
  3. Use explicit type conversion and automatic type deduction to avoid type differences in future versions.