Check for mains power in prepare viewmodule.

This commit is contained in:
Teo Mrnjavac 2014-08-25 15:02:09 +02:00
parent 26419f2c8a
commit 3bef0b835a
2 changed files with 60 additions and 3 deletions

View file

@ -58,6 +58,7 @@ public:
private:
bool checkEnoughStorage( qint64 requiredSpace );
bool checkEnoughRam( qint64 requiredRam );
bool checkBatteryExists();
bool checkHasPower();
bool checkHasInternet();