diff options
Diffstat (limited to 'src/fbgui.h')
| -rw-r--r-- | src/fbgui.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/fbgui.h b/src/fbgui.h index 9d19ec2..35197d8 100644 --- a/src/fbgui.h +++ b/src/fbgui.h @@ -103,8 +103,8 @@ private slots: // toggles debug console when action _toggleDebugConsole happens. void toggleDebugConsole(); - // triggered by fileChanged Signal of _watcher - // deletes _watcher, since we don't need it anymore and tries to load URL. + // This function is triggered by fileChanged Signal of _watcher. + // It deletes _watcher, since we don't need it anymore and tries to load URL. void prepareURLLoad(); void loadURLDone(bool success); @@ -112,13 +112,12 @@ private slots: void performShutDown(); // reboot the system void performReboot(); - // Kexec - void showLoadSystem(); + // shows "loading system" page + void loadSystem(); + // prepares kexec by loading downloaded initramfs, kernel into kexec void prepareKexec(); + // executes: kexec -e void runKexec(); - void quitSuccess(); - void quitFailure(); - }; #endif // FBGUI_H |
