summaryrefslogtreecommitdiff
path: root/src/previewimage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-19 17:01:34 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-19 17:01:34 +0200
commit382d988082af6cb74c128b7011c2c0c8c9c00cfc (patch)
tree2f72320b358941816271016bf6afa3d0acf807ae /src/previewimage.h
parentFixing title changes.. (diff)
downloadrekonq-382d988082af6cb74c128b7011c2c0c8c9c00cfc.tar.xz
check title length fix
Diffstat (limited to 'src/previewimage.h')
-rw-r--r--src/previewimage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/previewimage.h b/src/previewimage.h
index b8ef1f4c..d7f4d2aa 100644
--- a/src/previewimage.h
+++ b/src/previewimage.h
@@ -70,6 +70,8 @@ protected:
void showEmptyPreview();
private:
+ void checkTitle();
+
QPixmap m_pixmap;
WebSnap *ws;