You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../window.cpp:217:77: error: ‘class QLocale’ has no member named ‘formattedDataSize’
217 | freeSpaceAction->setText(tr("Free space: ") + QLocale().formattedDataSize(freeSpace, 2, QLocale::DataSizeTraditionalFormat));
| ^~~~~~~~~~~~~~~~~
../window.cpp:217:118: error: ‘DataSizeTraditionalFormat’ is not a member of ‘QLocale’
217 | ace: ") + QLocale().formattedDataSize(freeSpace, 2, QLocale::DataSizeTraditionalFormat));
| ^~~~~~~~~~~~~~~~~~~~~~~~~
But, rather than fighting to maintain a more detailed compile instruction set, would you be willing to make a standalone AppImage or something we could just download?
Thanks,
Jack
The text was updated successfully, but these errors were encountered:
Hello,
Compiling failed on Linux Mint 20.3 with
But, rather than fighting to maintain a more detailed compile instruction set, would you be willing to make a standalone AppImage or something we could just download?
Thanks,
Jack
The text was updated successfully, but these errors were encountered: