summaryrefslogtreecommitdiffstats
path: root/tools/qmeegographicssystemhelper/qmeegolivepixmap.h
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-10-21 10:28:14 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-10-21 12:59:55 (GMT)
commit416974d8be2fede8679a56e989ef6ec3e6404aaa (patch)
treef3ca846797b5d74e17aa5eaec657a26c12c20395 /tools/qmeegographicssystemhelper/qmeegolivepixmap.h
parent9624d70e5588bb1f6b0c894288c8ec3d4b3246c6 (diff)
downloadQt-416974d8be2fede8679a56e989ef6ec3e6404aaa.zip
Qt-416974d8be2fede8679a56e989ef6ec3e6404aaa.tar.gz
Qt-416974d8be2fede8679a56e989ef6ec3e6404aaa.tar.bz2
Major refactoring: creating a new QPixmapData subclass for live textures.
Moving code from qmeegopixmapdata there. Merge-request: 2494 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tools/qmeegographicssystemhelper/qmeegolivepixmap.h')
-rw-r--r--tools/qmeegographicssystemhelper/qmeegolivepixmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegolivepixmap.h b/tools/qmeegographicssystemhelper/qmeegolivepixmap.h
index 12fe994..7be2c4b 100644
--- a/tools/qmeegographicssystemhelper/qmeegolivepixmap.h
+++ b/tools/qmeegographicssystemhelper/qmeegolivepixmap.h
@@ -52,7 +52,7 @@ class QImage;
/*!
*/
-class QMeeGoLivePixmap : public QPixmap
+class Q_DECL_EXPORT QMeeGoLivePixmap : public QPixmap
{
public:
enum Format {
@@ -96,7 +96,7 @@ public:
virtual ~QMeeGoLivePixmap();
private:
- QMeeGoLivePixmap(QPixmapData *p, Qt::HANDLE h);
+ QMeeGoLivePixmap(QPixmapData *p);
Q_DISABLE_COPY(QMeeGoLivePixmap)
Q_DECLARE_PRIVATE(QMeeGoLivePixmap)