summaryrefslogtreecommitdiffstats
path: root/webkitTest/webkittest.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-01-25 17:16:40 +0100
committerJonathan Bauer2011-01-25 17:16:40 +0100
commit39e919c5b915934a81a1fa5143df813d3dda801b (patch)
tree209e19bbe43ae738a127a61ef69ea70b528dc0a8 /webkitTest/webkittest.h
parentfbgui.o removed (diff)
downloadfbgui-39e919c5b915934a81a1fa5143df813d3dda801b.tar.gz
fbgui-39e919c5b915934a81a1fa5143df813d3dda801b.tar.xz
fbgui-39e919c5b915934a81a1fa5143df813d3dda801b.zip
updated
Diffstat (limited to 'webkitTest/webkittest.h')
-rw-r--r--webkitTest/webkittest.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/webkitTest/webkittest.h b/webkitTest/webkittest.h
deleted file mode 100644
index 7136976..0000000
--- a/webkitTest/webkittest.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef WEBKITTEST_H
-#define WEBKITTEST_H
-
-#include <QtGui/QWidget>
-#include "ui_webkittest.h"
-
-class webkitTest : public QWidget
-{
- Q_OBJECT
-
-public:
- webkitTest(QWidget *parent, QUrl & url);
- ~webkitTest();
- Q_INVOKABLE void writeText(QString text); //used for writing web content into a file
- //void setQApplication(const QApplication & app);
- void setUrl(QUrl & url);
-
-private:
- Ui::webkitTestClass ui;
- QApplication * app;
- QUrl url;
-
-private slots:
- void addJSObject();
-};
-
-#endif // WEBKITTEST_H