mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
Check for mains power in prepare viewmodule.
This commit is contained in:
parent
26419f2c8a
commit
3bef0b835a
2 changed files with 60 additions and 3 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
private:
|
||||
bool checkEnoughStorage( qint64 requiredSpace );
|
||||
bool checkEnoughRam( qint64 requiredRam );
|
||||
bool checkBatteryExists();
|
||||
bool checkHasPower();
|
||||
bool checkHasInternet();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue