Fix mixed EOL style.
This commit is contained in:
parent
a89380e93d
commit
fb53806172
|
@ -56,11 +56,11 @@ public:
|
|||
void Clear();
|
||||
public slots:
|
||||
|
||||
/**
|
||||
* @brief Slot for updating the checking progress
|
||||
*
|
||||
* @param value Current progress value
|
||||
* @param max Maximum progress value
|
||||
/**
|
||||
* @brief Slot for updating the checking progress
|
||||
*
|
||||
* @param value Current progress value
|
||||
* @param max Maximum progress value
|
||||
*/
|
||||
void Progress(int value, int max);
|
||||
|
||||
|
|
Loading…
Reference in New Issue