refactor(InstanceImport): require rvalue from 'extra_info' mappings
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
4e75419e08
commit
1630a23fb0
5 changed files with 7 additions and 7 deletions
|
@ -56,7 +56,7 @@ class InstanceImportTask : public InstanceTask
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit InstanceImportTask(const QUrl sourceUrl, QWidget* parent = nullptr, QMap<QString, QString> extra_info = {});
|
||||
explicit InstanceImportTask(const QUrl sourceUrl, QWidget* parent = nullptr, QMap<QString, QString>&& extra_info = {});
|
||||
|
||||
bool abort() override;
|
||||
const QVector<Flame::File> &getBlockedFiles() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue