1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Include QtNetwork before using it

* Fixes compile errors on arch Linux
This commit is contained in:
Joe Ferris 2013-02-14 14:19:17 -05:00
parent 12cc63eff1
commit 5f17a22b5a

View file

@ -1,6 +1,7 @@
#ifndef _WEBPAGE_H
#define _WEBPAGE_H
#include <QtWebKit>
#include <QtNetwork>
class WebPageManager;
class NetworkAccessManager;