forked from qt-creator/qt-creator
VcsCommand: Remove outdated comments
Amends 93dfa93b7d
Change-Id: Iad2f4002aaa4579aa90209daf7a7a960607e3c36
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -20,23 +20,6 @@
|
||||
#include <QTextCodec>
|
||||
#include <QThread>
|
||||
|
||||
/*!
|
||||
\fn void Utils::ProgressParser::parseProgress(const QString &text)
|
||||
|
||||
Reimplement to parse progress as it appears in the standard output.
|
||||
If a progress string is detected, call \c setProgressAndMaximum() to update
|
||||
the progress bar accordingly.
|
||||
|
||||
\sa Utils::ProgressParser::setProgressAndMaximum()
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void Utils::ProgressParser::setProgressAndMaximum(int value, int maximum)
|
||||
|
||||
Sets progress \a value and \a maximum for current command. Called by \c parseProgress()
|
||||
when a progress string is detected.
|
||||
*/
|
||||
|
||||
using namespace Core;
|
||||
using namespace Utils;
|
||||
|
||||
|
Reference in New Issue
Block a user