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/modinforegular.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinforegular.h') diff --git a/src/modinforegular.h b/src/modinforegular.h index c1785818..aaab778a 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -107,7 +107,7 @@ public: * * @param gameName the source game shortName */ - void setGameName(QString gameName); + void setGameName(const QString &gameName); /** * @brief set/change the nexus mod id of this mod -- cgit v1.3.1