oclero / qlementine

⚠️🏗️ [WORK IN PROGRESS] 🍊Modern QStyle for desktop Qt5/Qt6 applications.
https://oclero.github.io/qlementine/
MIT License
71 stars 14 forks source link

Fix multiple compiling errors on win10x64+vs2022-amd4 #38

Closed hunt978 closed 1 year ago

hunt978 commented 1 year ago
  1. Change ThemeEditor.cpp PrimitiveUtils.cpp SanboxWindow.cpp file encoding method to utf8-with-bom.
  2. Remove duplicated QlementineStyle::groupBoxBackgroundColor/QlementineStyle::groupBoxBorderColor.
  3. explicitly convert size_t to int since vc++ treats C4267 as an error under warning_level_4.
hunt978 commented 1 year ago

issues with my local git...