diff options
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h index 92ae2eb5..c318da10 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -90,9 +90,10 @@ public: void setPart(KParts::ReadOnlyPart *p, const KUrl &u); - bool hasAdBlockedElements(); + QPixmap tabPreview(); + private Q_SLOTS: void updateProgress(int progress); void resetProgress(); |