diff options
Diffstat (limited to 'src/tabpreviewpopup.h')
-rw-r--r-- | src/tabpreviewpopup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tabpreviewpopup.h b/src/tabpreviewpopup.h index 5c62102f..14f6f0ed 100644 --- a/src/tabpreviewpopup.h +++ b/src/tabpreviewpopup.h @@ -52,6 +52,10 @@ public: explicit TabPreviewPopup(WebTab *tab, QWidget *parent = 0); virtual ~TabPreviewPopup(); + QSize thumbnailSize() const; + + static const int previewBaseSize = 200; + private: void setWebTab(WebTab *tab = 0); void setUrl(const QString& text); |