mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Refractoring Update 1
- Refractored switchColor to slotSwapColor - Corrected spelling mistake in variable name (weight-->width) - Unified variable names
This commit is contained in:
@@ -9,7 +9,7 @@ IntelliColorPicker::~IntelliColorPicker(){
|
||||
|
||||
}
|
||||
|
||||
void IntelliColorPicker::switchColors(){
|
||||
void IntelliColorPicker::swapColors(){
|
||||
std::swap(firstColor, secondColor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user