mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 20:00:32 +02:00
push thatv thing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user