diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-17 02:39:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-19 11:41:45 +0200 |
commit | 4d8d9d6e4eb149b46af315269e9578eb6bbfc241 (patch) | |
tree | 363308f6dc37c843b371ca95cde40b05e0033ecf /src/websnap.h | |
parent | Merge commit 'refs/merge-requests/1842' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-4d8d9d6e4eb149b46af315269e9578eb6bbfc241.tar.xz |
STEP 1
creating a new Preview Image Object, based on QWidget and containing
the pixmap AND the url
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/websnap.h b/src/websnap.h index 53686677..6c5b4af9 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -34,6 +34,7 @@ // Qt Includes #include <QtCore/QObject> #include <QPixmap> +#include <QImage> #include <QWebPage> |