From 91b664b21e0e7aac02018fd162f1d97e4b199dfe Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Sun, 6 Mar 2011 15:25:39 +0100 Subject: slots in JSObject.h ordered & comments --- src/JSObject.h | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'src/JSObject.h') diff --git a/src/JSObject.h b/src/JSObject.h index d9a15a2..3229def 100644 --- a/src/JSObject.h +++ b/src/JSObject.h @@ -73,21 +73,20 @@ signals: void getHardDrives(); */ -public slots: +public slots: + /* Slots to commucate with fbbrowser. */ void attachToDOM(); - // slots which are emited by the jsObject signals + void updateProgress(int i); + void printMAC(QString& macAddress); + void printTime(QString& time); + /* Slots for calling from within Javascript. */ void quitAll(); - // Slots for handling downloads. void startDownload(QString filename); - void updateProgress(int i); - // Slots for handling MAC Adress stuff void getMacAddress(); - void printMAC(QString& macAddress); - // Slots for handling time stuff void showTime(); - void printTime(QString& time); + void showHelloWorld(); // Not yet implemented. void getSysInfo(); @@ -97,10 +96,7 @@ public slots: void getHardDrives(); // for testing reasons - void showDate(); - void showHelloWorld(); - }; #endif /* JSOBJECT_H_ */ -- cgit v1.2.3-55-g7522