push thatv thing

This commit is contained in:
Jan Schuffenhauer
2020-01-17 08:56:00 +01:00
parent 5b94ffda3c
commit 3af7470a05
10 changed files with 14 additions and 400 deletions

View File

@@ -12,11 +12,11 @@ void IntelliColorPicker::swapColors(){
std::swap(firstColor, secondColor);
}
QColor IntelliColorPicker::getFirstColor(){
QColor IntelliColorPicker::getFirstColor() const{
return this->firstColor;
}
QColor IntelliColorPicker::getSecondColor(){
QColor IntelliColorPicker::getSecondColor() const{
return this->secondColor;
}