diff options
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 |
