summaryrefslogtreecommitdiffstats
path: root/Tools/QtTestBrowser/launcherwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/QtTestBrowser/launcherwindow.h')
-rw-r--r--Tools/QtTestBrowser/launcherwindow.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/Tools/QtTestBrowser/launcherwindow.h b/Tools/QtTestBrowser/launcherwindow.h
index 0b8e87d..8bdad4d 100644
--- a/Tools/QtTestBrowser/launcherwindow.h
+++ b/Tools/QtTestBrowser/launcherwindow.h
@@ -61,13 +61,13 @@
#include <qx11info_x11.h>
#endif
+#include "DumpRenderTreeSupportQt.h"
#include "mainwindow.h"
#include "urlloader.h"
#include "utils.h"
#include "webinspector.h"
#include "webpage.h"
#include "webview.h"
-#include "../../Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h"
#ifdef Q_WS_MAEMO_5
#include <X11/Xatom.h>
@@ -100,6 +100,10 @@ public:
#if defined(QT_CONFIGURED_WITH_OPENGL)
, useQGLWidgetViewport(false)
#endif
+#if defined(Q_WS_X11)
+ , useTestFonts(false)
+#endif
+ , printLoadedUrls(false)
{
}
@@ -119,6 +123,10 @@ public:
#if defined(QT_CONFIGURED_WITH_OPENGL)
bool useQGLWidgetViewport;
#endif
+#if defined(Q_WS_X11)
+ bool useTestFonts;
+#endif
+ bool printLoadedUrls;
QUrl inspectorUrl;
quint16 remoteInspectorPort;
};
@@ -186,6 +194,8 @@ protected slots:
void showFPS(bool enable);
void showUserAgentDialog();
+ void printURL(const QUrl&);
+
public slots:
LauncherWindow* newWindow();
LauncherWindow* cloneWindow();