mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Remove unused variable
This commit is contained in:
committed by
sledgehammer999
parent
9f6a0882e2
commit
b05a23e1ab
@@ -372,7 +372,6 @@ QString Utils::Fs::QDesktopServicesDataLocation()
|
||||
OSErr err = FSFindFolder(kUserDomain, kApplicationSupportFolderType, false, &ref);
|
||||
if (err)
|
||||
return QString();
|
||||
QString path;
|
||||
QByteArray ba(2048, 0);
|
||||
if (FSRefMakePath(&ref, reinterpret_cast<UInt8 *>(ba.data()), ba.size()) == noErr)
|
||||
result = QString::fromUtf8(ba).normalized(QString::NormalizationForm_C);
|
||||
|
||||
Reference in New Issue
Block a user