diff options
Diffstat (limited to 'src/fbbrowser.h')
| -rw-r--r-- | src/fbbrowser.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/fbbrowser.h b/src/fbbrowser.h deleted file mode 100644 index 023d76b..0000000 --- a/src/fbbrowser.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef FBBROWSER_H -#define FBBROWSER_H - -#include <QString> -#include <QtGui> -#include <QtWebKit> - -#include "JSObject.h" -#include "DownloadManager.h" - -extern QUrl baseURL; - -class fbbrowser : public QWidget -{ - Q_OBJECT - -public: - fbbrowser(); - -private: - -signals: - void printMAC(QString& macAddress); - void printTime(QString& time); - void downloadFile(QUrl& fileUrl); - void updateProgress(int progress); - void killApp(); - -public slots: - void processAction(QString action); - void getMAC(); - void getTime(); - void quit(); -}; - -#endif // FBBROWSER_H |
