Qt: smoother batch package installation

This commit is contained in:
Megamouse
2020-01-07 22:44:23 +01:00
parent be2d225d96
commit 542d2ef8da
7 changed files with 79 additions and 53 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ private:
void CreateDockWindows();
void EnableMenus(bool enabled);
void ShowTitleBars(bool show);
bool InstallPkg(QString filePath = "", bool show_confirm = true, bool show_success = true);
void InstallPackages(QStringList file_paths = QStringList(), bool show_confirm = true);
void InstallPup(QString filePath = "");
int IsValidFile(const QMimeData& md, QStringList* dropPaths = nullptr);