Minor cleanup in InstallPkg and InstallPup

This commit is contained in:
Silent
2020-01-03 19:40:16 +01:00
committed by Megamouse
parent e7ddc5187a
commit b88fb43acc
2 changed files with 5 additions and 9 deletions
+2 -2
View File
@@ -116,8 +116,8 @@ private:
void CreateDockWindows();
void EnableMenus(bool enabled);
void ShowTitleBars(bool show);
bool InstallPkg(const QString& dropPath = "", bool show_confirm = true, bool show_success = true);
void InstallPup(const QString& dropPath = "");
bool InstallPkg(QString filePath = "", bool show_confirm = true, bool show_success = true);
void InstallPup(QString filePath = "");
int IsValidFile(const QMimeData& md, QStringList* dropPaths = nullptr);
void AddGamesFromDir(const QString& path);