Arsenic-ATG / Qt-calculator

A simple GUI calculator🧮 built using C++
MIT License
63 stars 52 forks source link

QPallette::Background changed to QPalette::Window #45

Closed adesolasamuel closed 1 year ago

adesolasamuel commented 1 year ago

QPallette::Background is now obsolate in Qt and Window should be used instead.

adesolasamuel commented 1 year ago

Are there corrections I need to work on regarding this PR?

ofekkr1 commented 1 year ago

@adesolasamuel the pr looks good and I will merge it right now. Thank you for the contribution