Qt: Prevent Qt from blocking the explorer during installations

This commit is contained in:
Megamouse
2020-01-28 22:04:43 +01:00
parent 360e484b08
commit 336cd6e33a
2 changed files with 36 additions and 8 deletions
+4
View File
@@ -117,8 +117,12 @@ private:
void CreateDockWindows();
void EnableMenus(bool enabled);
void ShowTitleBars(bool show);
void InstallPackages(QStringList file_paths = QStringList(), bool show_confirm = true);
void HandlePackageInstallation(QStringList file_paths = QStringList());
void InstallPup(QString filePath = "");
void HandlePupInstallation(QString file_path = "");
int IsValidFile(const QMimeData& md, QStringList* dropPaths = nullptr);
void AddGamesFromDir(const QString& path);