1
0
Fork 0
forked from eden-emu/eden

Unnecessary feature removed

This commit is contained in:
boludoz 2023-10-15 14:44:23 -03:00
parent 3c88da66a3
commit ec4766d6e6
4 changed files with 5 additions and 99 deletions

View file

@ -8,11 +8,9 @@
#include <QString>
/// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc.
[[nodiscard]] QFont GetMonospaceFont();
/// Convert a size in bytes into a readable format (KiB, MiB, etc.)
[[nodiscard]] QString ReadableByteSize(qulonglong size);
/**
@ -34,5 +32,4 @@
*
* @return bool If the operation succeeded
*/
[[nodiscard]] bool SaveIconToFile(const QImage& image, const std::filesystem::path& icon_path);