summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2018-04-17 22:43:24 +0200
committerGitHub <noreply@github.com>2018-04-17 22:43:24 +0200
commit618fd543a6d82e951ac3cf2201acf047d33cb9f6 (patch)
tree08cac174a87692239dade12dd388535216991ccd /src/modinfo.h
parent634825e1b8954753315e270ee4744575f14e6ac3 (diff)
parentf2762035171f60fdd0b16052c07f67a0f79d60a8 (diff)
Merge pull request #315 from Al12rs/Develop
Ui and shortcut changes.
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 07dccafd..9e9f8971 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -265,13 +265,13 @@ public:
* @brief change the notes (manually set information) for this mod
* @param notes new notes
*/
- virtual void setNotes(const QString &notes) = 0;
-
- /**
- * @brief set/change the source game of this mod
- *
- * @param gameName the source game shortName
- */
+ virtual void setNotes(const QString &notes) = 0;
+
+ /**
+ * @brief set/change the source game of this mod
+ *
+ * @param gameName the source game shortName
+ */
virtual void setGameName(QString gameName) = 0;
/**