mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-18 08:44:34 +00:00
Qt6: splitRef -> split
This commit is contained in:
parent
d6f7255e3e
commit
46d2228541
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ QByteArray Updater::getHash(const void *data, size_t size) const
|
||||||
|
|
||||||
QByteArray Updater::parseShasumOutput(const QString &message, const QString &filename) const
|
QByteArray Updater::parseShasumOutput(const QString &message, const QString &filename) const
|
||||||
{
|
{
|
||||||
for (const auto &line : message.splitRef("\n"))
|
for (const auto &line : message.split("\n"))
|
||||||
{
|
{
|
||||||
const auto trimmed = line.trimmed();
|
const auto trimmed = line.trimmed();
|
||||||
if (trimmed.endsWith(filename))
|
if (trimmed.endsWith(filename))
|
||||||
|
|
Loading…
Reference in a new issue