Skip to content

Moved BitButton::paintEvent from kcalc_bitset.cpp to bitbutton.cpp

Niklas Freund requested to merge nalquas/kcalc:work/move_some_code into master

BitButton::paintEvent currently is in kcalc_bitset.cpp for some reason.

It would be better to have it in bitbutton.cpp (where the rest of the BitButton class is implemented) to avoid future confusion.

Merge request reports