diff options
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |