summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-04-17 21:22:46 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-04-17 21:22:46 +0200
commitc669fed48ab11043c6773b64997d6a86427e40ff (patch)
tree98075469ed9438d960f82e7e1f2820864205ec6c /src
parent634825e1b8954753315e270ee4744575f14e6ac3 (diff)
Fixed inconsistency in line endings.
Diffstat (limited to 'src')
-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;
/**