diff options
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 14 |
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 ¬es) = 0; - - /** - * @brief set/change the source game of this mod - * - * @param gameName the source game shortName - */ + virtual void setNotes(const QString ¬es) = 0;
+
+ /**
+ * @brief set/change the source game of this mod
+ *
+ * @param gameName the source game shortName
+ */
virtual void setGameName(QString gameName) = 0;
/**
|
