mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Reimplemented computation of installed mod size for Launcher
This commit is contained in:
@@ -140,11 +140,6 @@ QString ModState::getDownloadSizeFormatted() const
|
||||
return QCoreApplication::translate("File size", "%1 MiB").arg(QString::number(getDownloadSizeMegabytes(), 'f', 1));
|
||||
}
|
||||
|
||||
QString ModState::getLocalSizeFormatted() const
|
||||
{
|
||||
return {}; // TODO
|
||||
}
|
||||
|
||||
QString ModState::getAuthors() const
|
||||
{
|
||||
return QString::fromStdString(impl.getValue("author").String());
|
||||
|
||||
Reference in New Issue
Block a user