|
|
|
@ -27,20 +27,20 @@
|
|
|
|
#include <QVariantMap>
|
|
|
|
#include <QVariantMap>
|
|
|
|
|
|
|
|
|
|
|
|
/** @brief the compile-time host OS
|
|
|
|
/** @brief the compile-time host OS
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Returns "FreeBSD" or "Linux" or empty.
|
|
|
|
* Returns "FreeBSD" or "Linux" or empty.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
QString hostOS();
|
|
|
|
QString hostOS();
|
|
|
|
|
|
|
|
|
|
|
|
/** @brief the run-time host OS
|
|
|
|
/** @brief the run-time host OS
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Returns os-release NAME information, or if that is blank or not available,
|
|
|
|
* Returns os-release NAME information, or if that is blank or not available,
|
|
|
|
* the same as hostOS().
|
|
|
|
* the same as hostOS().
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
QString hostOSName();
|
|
|
|
QString hostOSName();
|
|
|
|
|
|
|
|
|
|
|
|
/** @brief the run-time CPU architecture
|
|
|
|
/** @brief the run-time CPU architecture
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Returns "Intel" or "AMD" or blank, if Calamares can determine what
|
|
|
|
* Returns "Intel" or "AMD" or blank, if Calamares can determine what
|
|
|
|
* CPU is currently in use (based on /proc/cpuinfo or hw.model).
|
|
|
|
* CPU is currently in use (based on /proc/cpuinfo or hw.model).
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|