mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 12:20:32 +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:
@@ -29,10 +29,10 @@ std::vector<QPoint> polygonData;
|
||||
public:
|
||||
/*!
|
||||
* \brief The Construcor of the IntelliShapedImage. Given the Image dimensions.
|
||||
* \param weight - The weight of the Image.
|
||||
* \param width - The width of the Image.
|
||||
* \param height - The height of the Image.
|
||||
*/
|
||||
IntelliShapedImage(int weight, int height);
|
||||
IntelliShapedImage(int width, int height);
|
||||
|
||||
/*!
|
||||
* \brief An Destructor.
|
||||
|
||||
Reference in New Issue
Block a user