chore: add helper function for copying managed pack data between insts.
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
c6bcb6228b
commit
ec9ddc4f22
2 changed files with 11 additions and 0 deletions
|
@ -147,6 +147,7 @@ public:
|
|||
QString getManagedPackVersionID();
|
||||
QString getManagedPackVersionName();
|
||||
void setManagedPack(const QString& type, const QString& id, const QString& name, const QString& versionId, const QString& version);
|
||||
void copyManagedPack(BaseInstance& other);
|
||||
|
||||
/// guess log level from a line of game log
|
||||
virtual MessageLevel::Enum guessLevel(const QString &line, MessageLevel::Enum level)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue