diff options
| author | Jonathan Bauer | 2011-01-25 17:16:40 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-01-25 17:16:40 +0100 |
| commit | 39e919c5b915934a81a1fa5143df813d3dda801b (patch) | |
| tree | 209e19bbe43ae738a127a61ef69ea70b528dc0a8 /webkitTest/webkittest.h | |
| parent | fbgui.o removed (diff) | |
| download | fbgui-39e919c5b915934a81a1fa5143df813d3dda801b.tar.gz fbgui-39e919c5b915934a81a1fa5143df813d3dda801b.tar.xz fbgui-39e919c5b915934a81a1fa5143df813d3dda801b.zip | |
updated
Diffstat (limited to 'webkitTest/webkittest.h')
| -rw-r--r-- | webkitTest/webkittest.h | 27 |
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 |
