mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
feat:新增读取软件名功能
This commit is contained in:
@@ -104,8 +104,9 @@ void MainWindow::checkUpdates()
|
||||
aptssUpdater updater;
|
||||
|
||||
// 获取可更新包列表
|
||||
QStringList updateablePackages = updater.getUpdateablePackages();
|
||||
qDebug()<<updateablePackages;
|
||||
// QStringList updateablePackages = updater.getUpdateablePackages();
|
||||
QStringList appName = updater.getDesktopAppNames();
|
||||
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
|
||||
Reference in New Issue
Block a user