From 14f5f78b2c59d40207ff0e988200ef0180bd1081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20E=2E=20Narv=C3=A1ez?= Date: Tue, 17 Apr 2012 01:58:25 -0500 Subject: Remove tabbar.h and mainwindow.h Dependencies from webtab.cpp Fixes previous attempt to move tab preview to WebTab class. REVIEW: 104517 --- src/webtab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webtab.h') diff --git a/src/webtab.h b/src/webtab.h index c318da10..e9805846 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -92,7 +92,7 @@ public: bool hasAdBlockedElements(); - QPixmap tabPreview(); + QPixmap tabPreview(int width, int height); private Q_SLOTS: void updateProgress(int progress); -- cgit v1.2.1