mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
[libcalamares] Use signed sizes
This commit is contained in:
parent
0fff01e36e
commit
d5c6a70442
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ System::createTargetParentDirs( const QString& filePath ) const
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QPair< quint64, float >
|
QPair< qint64, qreal >
|
||||||
System::getTotalMemoryB() const
|
System::getTotalMemoryB() const
|
||||||
{
|
{
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
|
|
|
@ -337,7 +337,7 @@ public:
|
||||||
*
|
*
|
||||||
* @return size, guesstimate-factor
|
* @return size, guesstimate-factor
|
||||||
*/
|
*/
|
||||||
DLLEXPORT QPair< quint64, float > getTotalMemoryB() const;
|
DLLEXPORT QPair< qint64, qreal > getTotalMemoryB() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief getCpuDescription returns a string describing the CPU.
|
* @brief getCpuDescription returns a string describing the CPU.
|
||||||
|
|
Loading…
Add table
Reference in a new issue