diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 15:38:50 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 15:38:50 +0100 |
commit | 002b4e117e935cc39c96ea99717646b8c6974b81 (patch) | |
tree | 1e853074b3a8a04ad051c57f62b4958145802040 /src/previewimage.cpp | |
parent | (BIG commit) API change (diff) | |
download | rekonq-002b4e117e935cc39c96ea99717646b8c6974b81.tar.xz |
removing unuseful kDebug calls
Diffstat (limited to 'src/previewimage.cpp')
-rw-r--r-- | src/previewimage.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/previewimage.cpp b/src/previewimage.cpp index f898dc6f..6d5b598d 100644 --- a/src/previewimage.cpp +++ b/src/previewimage.cpp @@ -199,11 +199,6 @@ void PreviewImage::snapFinished() setCursor(Qt::PointingHandCursor); -// kDebug() << "m_pixmap: " << m_pixmap.size(); -// kDebug() << "text label: " << m_textLabel->size(); -// kDebug() << "image label: " << m_imageLabel->size(); -// kDebug() << "widget: " << size(); - m_pixmap.save(m_savePath); if(m_index > -1) |