Won't run and compile with qt5. #178

Open
petRUShka wants to merge 3 commits from petRUShka/master into master
3 changed files with 0 additions and 17 deletions
Showing only changes of commit 6013dad62b - Show all commits

View File

@ -1,7 +1,4 @@
#include <QtGui>
#include <QtWebKit>
#include <iostream>
#include "Page.h"
Page::Page() : QWebPage() {}

View File

@ -1,11 +1,3 @@
#include <QtGui>
#include <QtWebKit>
#include <QFile>
#include <QTextStream>
#include <iostream>
#include <sstream>
#include <QQueue>
#include "Runner.h"
#include "Page.h"

View File

@ -1,12 +1,6 @@
#ifndef JHW_RUNNER
#define JHW_RUNNER
#include <QtGui>
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
#include <QtWebKitWidgets>
#else
#include <QtWebKit>
#endif
#include <QFile>
#include <QTextStream>
#include <iostream>