summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
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;
/**