diff options
| author | Jonathan Bauer | 2011-03-06 14:16:02 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-06 14:16:02 +0100 |
| commit | e910cdf8909542895102e8dd459ef2c871abc371 (patch) | |
| tree | 26b941fff4b6bd821224beff764ca663fc3d04d1 /src/JSObject.h | |
| parent | updated JSObject to only mediate functions calls, fbbrowser does all the info... (diff) | |
| download | fbgui-e910cdf8909542895102e8dd459ef2c871abc371.tar.gz fbgui-e910cdf8909542895102e8dd459ef2c871abc371.tar.xz fbgui-e910cdf8909542895102e8dd459ef2c871abc371.zip | |
misc
Diffstat (limited to 'src/JSObject.h')
| -rw-r--r-- | src/JSObject.h | 8 |
1 files changed, 1 insertions, 7 deletions
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 <QObject> 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: |
