renames
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
b9ed8283b7
commit
1ccfba13eb
3 changed files with 10 additions and 10 deletions
|
@ -28,6 +28,6 @@ enum OptionalData {
|
|||
Url = 1 << 1,
|
||||
Version = 1 << 2,
|
||||
};
|
||||
QString ExportToModList(QList<Mod*> mods, Formats format, OptionalData extraData);
|
||||
QString ExportToModList(QList<Mod*> mods, QString lineTemplate);
|
||||
QString exportToModList(QList<Mod*> mods, Formats format, OptionalData extraData);
|
||||
QString exportToModList(QList<Mod*> mods, QString lineTemplate);
|
||||
} // namespace ExportToModList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue