From 7c0c57fef9ad9c5057adb5c7f73c5c894ef644ff Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Fri, 7 Oct 2022 16:57:28 +0200 Subject: [PATCH] VcsCommand: Remove outdated comments Amends 93dfa93b7dd6d338539927a43b52f5d5e96b03e4 Change-Id: Iad2f4002aaa4579aa90209daf7a7a960607e3c36 Reviewed-by: Reviewed-by: Orgad Shaneh --- src/plugins/vcsbase/vcscommand.cpp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/plugins/vcsbase/vcscommand.cpp b/src/plugins/vcsbase/vcscommand.cpp index 39519e1a838..c62508d57bc 100644 --- a/src/plugins/vcsbase/vcscommand.cpp +++ b/src/plugins/vcsbase/vcscommand.cpp @@ -20,23 +20,6 @@ #include #include -/*! - \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;