From e910cdf8909542895102e8dd459ef2c871abc371 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Sun, 6 Mar 2011 14:16:02 +0100 Subject: misc --- src/JSObject.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/JSObject.h') diff --git a/src/JSObject.h b/src/JSObject.h index 427aae8..d9a15a2 100644 --- a/src/JSObject.h +++ b/src/JSObject.h @@ -11,7 +11,6 @@ #define JSOBJECT_H_ #include "fbbrowser.h" -#include typedef enum { @@ -53,7 +52,7 @@ signals: void signalQuitAll(); /* // should be the last signal to be emited. - // Will close the browser and continues the boot sequenze + // Will close the browser and continues the boot sequence void closeBrowser(); // will start the download of all needed files for the following boot sequence void startDownload(QString filename); @@ -72,11 +71,6 @@ signals: // starts the slot which is responsible for extracting the hard drive devices of the machine // the array of hard rive devices will be the parameter of a javascript function which will present it on the // webpag void getHardDrives(); - - // for testing - void showTime(); - void showDate(); - void showHelloWorld(); */ public slots: -- cgit v1.2.3-55-g7522