forked from qt-creator/qt-creator
Git: Remove now outdated function comment
Amends 98c0e9764a
Change-Id: I9f7bf520bb5ead83d883a554c97400d183f6fcee
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
6f665c26a5
commit
95aa370b69
@@ -3454,7 +3454,6 @@ static QVersionNumber parseGitVersion(const QString &output)
|
||||
return {match.captured(1).toInt(), match.captured(2).toInt(), match.captured(3).toInt()};
|
||||
}
|
||||
|
||||
// determine version as '(major << 16) + (minor << 8) + patch' or 0.
|
||||
QFuture<QVersionNumber> GitClient::gitVersion() const
|
||||
{
|
||||
QFutureInterface<QVersionNumber> fi;
|
||||
|
Reference in New Issue
Block a user