summaryrefslogtreecommitdiff
path: root/src/browserview.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-10-17 19:05:00 +0100
committerThomas Tanner <trtanner@btinternet.com>2015-10-17 19:05:00 +0100
commit0f8ae514592c46dc8465bc5830d7a830b68affe2 (patch)
treea91d30571a7c00f0e467addc27e3b4f18e9c99af /src/browserview.h
parentdfdf80417e6b4a6b1a353810ba473aa70e0c9abd (diff)
Added support for include-what-you-use in a very simplistic fashion to the Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking.
I've also removed a few unused include files it detected and corrected some things that upset clang in a big way.
Diffstat (limited to 'src/browserview.h')
-rw-r--r--src/browserview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/browserview.h b/src/browserview.h
index f8b132b8..6a89752a 100644
--- a/src/browserview.h
+++ b/src/browserview.h
@@ -21,9 +21,11 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#define NEXUSVIEW_H
+class QEvent;
+class QUrl;
+class QWidget;
#include <QWebView>
#include <QWebPage>
-#include <QTabWidget>
/**
* @brief web view used to display a nexus page