完善了APT包管理器后端的功能,基本实现安装

This commit is contained in:
RigoLigoRLC
2022-02-15 23:36:04 +08:00
parent ae987f9542
commit ed233e2625
12 changed files with 288 additions and 140 deletions

View File

@@ -29,5 +29,7 @@ namespace SpkUtils
QString BytesToSize(size_t s, int prec = 2);
bool EnsureDirExists(QString path);
void FillWidget(QWidget* widget, QVariant val);
bool FindViableTerminal();
extern QPair<QString, QString> AvailableTerminal;
}