From 208f389300b308966b8354a631bc18f1ad0880d5 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Fri, 22 Feb 2019 22:18:05 -0600 Subject: Change setGameName parameters to match MOBase changes --- src/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index c3115685..52c29154 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -289,7 +289,7 @@ public: * * @param gameName the source game shortName */ - virtual void setGameName(QString gameName) = 0; + virtual void setGameName(const QString &gameName) = 0; /** * @brief set/change the nexus mod id of this mod -- cgit v1.3.1