Clang warnings.
This commit is contained in:
parent
b9c5aed236
commit
a6677523b8
|
@ -127,16 +127,16 @@ private:
|
||||||
/**
|
/**
|
||||||
* @brief SetDoubleSpinBoxValue sets the given spinbox to the given value.
|
* @brief SetDoubleSpinBoxValue sets the given spinbox to the given value.
|
||||||
* the signals are blocked before changing the value and unblocked after
|
* the signals are blocked before changing the value and unblocked after
|
||||||
* @param spinbox
|
* @param spinBox pointer to spinbox
|
||||||
* @param value
|
* @param value spinbox value
|
||||||
*/
|
*/
|
||||||
void SetDoubleSpinBoxValue(QDoubleSpinBox *spinBox, qreal value);
|
void SetDoubleSpinBoxValue(QDoubleSpinBox *spinBox, qreal value);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief SetCheckBoxValue sets the given checkbox to the given value.
|
* @brief SetCheckBoxValue sets the given checkbox to the given value.
|
||||||
* the signals are blocked before changing the value and unblocked after
|
* the signals are blocked before changing the value and unblocked after
|
||||||
* @param checkbox
|
* @param checkbox pointer to checkbox
|
||||||
* @param value
|
* @param value checkbox value
|
||||||
*/
|
*/
|
||||||
void SetCheckBoxValue(QCheckBox *checkbox, bool value);
|
void SetCheckBoxValue(QCheckBox *checkbox, bool value);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user