Qt: more code cleanup in gui files

This commit is contained in:
Megamouse
2020-03-07 20:54:42 +01:00
parent 091dcc1052
commit 11bc7de0ca
5 changed files with 520 additions and 512 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ private:
void InstallPup(QString filePath = "");
void HandlePupInstallation(QString file_path = "");
int IsValidFile(const QMimeData& md, QStringList* dropPaths = nullptr);
int IsValidFile(const QMimeData& md, QStringList* drop_paths = nullptr);
void AddGamesFromDir(const QString& path);
QAction* CreateRecentAction(const q_string_pair& entry, const uint& sc_idx);