diff options
author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-03-08 15:08:37 (GMT) |
---|---|---|
committer | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-03-08 15:08:37 (GMT) |
commit | ddeee0dc7d9c2bfd4ad4e2f71497f1135446051a (patch) | |
tree | 5a6be5086b7f92d7f8fc572eb3d3f1dd9be168e8 /tests/auto/nativeimagehandleprovider | |
parent | a870c5e10fe83b6b8df254ec760ac50020738aaa (diff) | |
download | Qt-ddeee0dc7d9c2bfd4ad4e2f71497f1135446051a.zip Qt-ddeee0dc7d9c2bfd4ad4e2f71497f1135446051a.tar.gz Qt-ddeee0dc7d9c2bfd4ad4e2f71497f1135446051a.tar.bz2 |
Added native image handle provider header.
Task-number: QT-4632
Reviewed-by: Jani Hautakangas
Diffstat (limited to 'tests/auto/nativeimagehandleprovider')
-rw-r--r-- | tests/auto/nativeimagehandleprovider/tst_nativeimagehandleprovider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/nativeimagehandleprovider/tst_nativeimagehandleprovider.cpp b/tests/auto/nativeimagehandleprovider/tst_nativeimagehandleprovider.cpp index 5aaf055..3a315f2 100644 --- a/tests/auto/nativeimagehandleprovider/tst_nativeimagehandleprovider.cpp +++ b/tests/auto/nativeimagehandleprovider/tst_nativeimagehandleprovider.cpp @@ -163,7 +163,7 @@ void tst_NativeImageHandleProvider::bitmap() prov.bmp = new CFbsBitmap; QCOMPARE(prov.bmp->Create(TSize(prov.w, prov.h), EColor16MAP), KErrNone); CFbsBitmapDevice *bitmapDevice = CFbsBitmapDevice::NewL(prov.bmp); - CBitmapContext *bitmapContext = 0; + CBitmapContext *bitmapContext = 0; QCOMPARE(bitmapDevice->CreateBitmapContext(bitmapContext), KErrNone); TRgb symbianColor = TRgb(255, 200, 100); bitmapContext->SetBrushColor(symbianColor); |