refactor: move flame modpack import to separate file
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
2246c3359b
commit
72d2ca234e
5 changed files with 337 additions and 281 deletions
|
@ -31,6 +31,8 @@ class InstanceCreationTask : public InstanceTask {
|
|||
*/
|
||||
virtual bool createInstance() { return false; };
|
||||
|
||||
QString getError() const { return m_error_message; }
|
||||
|
||||
protected:
|
||||
void setError(QString message) { m_error_message = message; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue