[libcalamares] Use signed sizes
This commit is contained in:
parent
0fff01e36e
commit
d5c6a70442
@ -230,7 +230,7 @@ System::createTargetParentDirs( const QString& filePath ) const
|
||||
}
|
||||
|
||||
|
||||
QPair< quint64, float >
|
||||
QPair< qint64, qreal >
|
||||
System::getTotalMemoryB() const
|
||||
{
|
||||
#ifdef Q_OS_LINUX
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user