Fix mixed EOL style.

This commit is contained in:
Kimmo Varis 2009-06-02 00:49:15 +03:00
parent a89380e93d
commit fb53806172
1 changed files with 5 additions and 5 deletions

View File

@ -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);