mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Remove unused variable
This commit is contained in:
parent
7f2f78a816
commit
0b313e0bc3
@ -372,7 +372,6 @@ QString Utils::Fs::QDesktopServicesDataLocation()
|
|||||||
OSErr err = FSFindFolder(kUserDomain, kApplicationSupportFolderType, false, &ref);
|
OSErr err = FSFindFolder(kUserDomain, kApplicationSupportFolderType, false, &ref);
|
||||||
if (err)
|
if (err)
|
||||||
return QString();
|
return QString();
|
||||||
QString path;
|
|
||||||
QByteArray ba(2048, 0);
|
QByteArray ba(2048, 0);
|
||||||
if (FSRefMakePath(&ref, reinterpret_cast<UInt8 *>(ba.data()), ba.size()) == noErr)
|
if (FSRefMakePath(&ref, reinterpret_cast<UInt8 *>(ba.data()), ba.size()) == noErr)
|
||||||
result = QString::fromUtf8(ba).normalized(QString::NormalizationForm_C);
|
result = QString::fromUtf8(ba).normalized(QString::NormalizationForm_C);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user