[libcalamares] Use signed sizes

This commit is contained in:
Adriaan de Groot 2022-02-07 11:22:13 +01:00
parent 0fff01e36e
commit d5c6a70442
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ System::createTargetParentDirs( const QString& filePath ) const
}
QPair< quint64, float >
QPair< qint64, qreal >
System::getTotalMemoryB() const
{
#ifdef Q_OS_LINUX

View File

@ -337,7 +337,7 @@ public:
*
* @return size, guesstimate-factor
*/
DLLEXPORT QPair< quint64, float > getTotalMemoryB() const;
DLLEXPORT QPair< qint64, qreal > getTotalMemoryB() const;
/**
* @brief getCpuDescription returns a string describing the CPU.