-
-
Save bpot/4637815 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/NetworkAccessManager.h b/src/NetworkAccessManager.h | |
index 2239bc8..30f962f 100644 | |
--- a/src/NetworkAccessManager.h | |
+++ b/src/NetworkAccessManager.h | |
@@ -2,6 +2,7 @@ | |
#include <QtNetwork/QNetworkRequest> | |
#include <QtNetwork/QNetworkReply> | |
#include <QStringList> | |
+#include <QAuthenticator> | |
class NetworkAccessManager : public QNetworkAccessManager { | |
diff --git a/src/WebPage.h b/src/WebPage.h | |
index 1460aac..cafa5a7 100644 | |
--- a/src/WebPage.h | |
+++ b/src/WebPage.h | |
@@ -1,6 +1,9 @@ | |
#ifndef _WEBPAGE_H | |
#define _WEBPAGE_H | |
#include <QtWebKit> | |
+#include <QNetworkReply> | |
+#include <QFileInfo> | |
+#include <QDir> | |
class WebPageManager; | |
class NetworkAccessManager; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment