diff options
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.h b/src-qt5/core/lumina-desktop/LSession.h index 824eede7..bc36b6b8 100644 --- a/src-qt5/core/lumina-desktop/LSession.h +++ b/src-qt5/core/lumina-desktop/LSession.h @@ -53,6 +53,8 @@ public: LSession(int &argc, char **argv); ~LSession(); + static QString batteryIconName(int charge, bool charging); + static bool checkUserFiles(); //Functions to be called during startup void setupSession(); |