mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Merge branch 'dev-variable-refractor' into dev
This commit is contained in:
@@ -9,7 +9,7 @@ IntelliColorPicker::~IntelliColorPicker(){
|
||||
|
||||
}
|
||||
|
||||
void IntelliColorPicker::switchColors(){
|
||||
void IntelliColorPicker::swapColors(){
|
||||
std::swap(firstColor, secondColor);
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ virtual ~IntelliColorPicker();
|
||||
/*!
|
||||
* \brief A function switching primary and secondary color.
|
||||
*/
|
||||
void switchColors();
|
||||
void swapColors();
|
||||
|
||||
/*!
|
||||
* \brief A function to read the primary selected color.
|
||||
|
||||
Reference in New Issue
Block a user