summaryrefslogtreecommitdiffstats
path: root/src/fbbrowser.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-07 21:20:00 +0100
committerJonathan Bauer2011-03-07 21:20:00 +0100
commitdad849a0c95aeed383f6ea4b184d7fa46018db0f (patch)
treedaba889e5e14fa2c913161e7600b6a8082bd3ea8 /src/fbbrowser.h
parentReworked code structure (diff)
downloadfbgui-dad849a0c95aeed383f6ea4b184d7fa46018db0f.tar.gz
fbgui-dad849a0c95aeed383f6ea4b184d7fa46018db0f.tar.xz
fbgui-dad849a0c95aeed383f6ea4b184d7fa46018db0f.zip
first cleanup...
Diffstat (limited to 'src/fbbrowser.h')
-rw-r--r--src/fbbrowser.h36
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