[libcalamares] The amount of memory in the system cannot be negative
This commit is contained in:
parent
a303efb174
commit
97031ea3e6
@ -230,7 +230,7 @@ System::createTargetParentDirs( const QString& filePath ) const
|
||||
}
|
||||
|
||||
|
||||
QPair< qint64, qreal >
|
||||
QPair< quint64, qreal >
|
||||
System::getTotalMemoryB() const
|
||||
{
|
||||
#ifdef Q_OS_LINUX
|
||||
|
@ -337,7 +337,7 @@ public:
|
||||
*
|
||||
* @return size, guesstimate-factor
|
||||
*/
|
||||
DLLEXPORT QPair< qint64, qreal > getTotalMemoryB() const;
|
||||
DLLEXPORT QPair< quint64, qreal > getTotalMemoryB() const;
|
||||
|
||||
/**
|
||||
* @brief getCpuDescription returns a string describing the CPU.
|
||||
|
Loading…
Reference in New Issue
Block a user