changeset 5567 | 44c9a577b082 |
parent 5271 | 48d18e329298 |
child 5582 | 48ced03a9949 |
--- a/QTfrontend/pagedata.h Sun Aug 14 21:49:04 2011 -0400 +++ b/QTfrontend/pagedata.h Sun Aug 14 23:00:12 2011 -0400 @@ -19,6 +19,7 @@ #ifndef PAGE_DATA_H #define PAGE_DATA_H #include <QWebView> +#include <QUrl> #include "AbstractPage.h" class PageDataDownload : public AbstractPage @@ -30,6 +31,9 @@ QPushButton *BtnBack; QWebView *web; + +private: + void install(const QUrl &url); }; #endif