完善了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

@@ -3,7 +3,7 @@
#include "spkpkgmgrbase.h"
class SpkPkgMgrPacman : public SpkPkgMgrBase
class SpkPkgMgrPacman final : public SpkPkgMgrBase
{
Q_OBJECT