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-amd64 #39

Closed hunt978 closed 12 months 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 12 months ago

Since all the major issues were addressed in the last commit in a different way, this PR should be withdrawn.