void OutputDebugStrategy::bitBlt( BitBltRecord &bitBltRecord )
{
    kDebug(33100) << "EMR_BITBLT:" << bitBltRecord.destinationRectangle();
}
void OutputDebugStrategy::bitBlt( BitBltRecord &bitBltRecord )
{
    debugVectorImage << "EMR_BITBLT:" << bitBltRecord.destinationRectangle();
}