Small Cleanup
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
f7931c2ee2
commit
75116364c6
@ -18,7 +18,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <QList>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
@ -20,7 +20,6 @@ ModModel::ModModel(BaseInstance const& base_inst, ResourceAPI* api) : ResourceMo
|
||||
auto meta = mod->metadata();
|
||||
ModPlatform::IndexedPack pack{ meta->project_id, meta->provider, meta->name, meta->slug };
|
||||
pack.loadedFileId = meta->file_id;
|
||||
qWarning() << pack.loadedFileId;
|
||||
addPack(pack);
|
||||
}
|
||||
}
|
||||
|
@ -3,10 +3,10 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
#include "ResourceModel.h"
|
||||
#include <qlist.h>
|
||||
|
||||
#include <QCryptographicHash>
|
||||
#include <QIcon>
|
||||
#include <QList>
|
||||
#include <QMessageBox>
|
||||
#include <QPixmapCache>
|
||||
#include <QUrl>
|
||||
|
Loading…
Reference in New Issue
Block a user