diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-04-17 22:43:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-17 22:43:24 +0200 |
| commit | 618fd543a6d82e951ac3cf2201acf047d33cb9f6 (patch) | |
| tree | 08cac174a87692239dade12dd388535216991ccd /src/modinfo.h | |
| parent | 634825e1b8954753315e270ee4744575f14e6ac3 (diff) | |
| parent | f2762035171f60fdd0b16052c07f67a0f79d60a8 (diff) | |
Merge pull request #315 from Al12rs/Develop
Ui and shortcut changes.
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;
/**
|
