mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Fix reversion in fea497ac
causing fatal 'variable not used' message
This commit is contained in:
parent
de0069171a
commit
f423ef4967
@ -818,8 +818,10 @@ QStringList getDriveList()
|
||||
#define VFAT "vfat"
|
||||
#elif defined(Q_OS_WIN)
|
||||
#define VFAT "FAT32"
|
||||
Q_UNUSED(crostini_detected)
|
||||
#elif defined(Q_OS_MAC)
|
||||
#define VFAT "msdos"
|
||||
Q_UNUSED(crostini_detected)
|
||||
#endif
|
||||
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
|
||||
if (storage.isValid() && storage.isReady()) {
|
||||
|
Loading…
Reference in New Issue
Block a user