mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-20 03:01:36 +08:00
fix:修复版本号显示错误问题
This commit is contained in:
@@ -30,8 +30,8 @@ QStringList aptssUpdater::getUpdateablePackages()
|
|||||||
|
|
||||||
if (match.hasMatch()) {
|
if (match.hasMatch()) {
|
||||||
QString packageName = match.captured(1);
|
QString packageName = match.captured(1);
|
||||||
QString currentVersion = match.captured(2);
|
QString updateVersion = match.captured(2);
|
||||||
QString updateVersion = match.captured(3);
|
QString currentVersion = match.captured(3);
|
||||||
packageDetails << QString("%1 (%2 -> %3)").arg(packageName, currentVersion, updateVersion);
|
packageDetails << QString("%1 (%2 -> %3)").arg(packageName, currentVersion, updateVersion);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user