ObjQt  Diff

Differences From Artifact [44435cb862]:

To Artifact [f2a0c475c4]:


49
50
51
52
53
54
55
56
57
58
59
@end

namespace ObjQt {

static OF_INLINE QPaintDevice *
toQt(id <QtPaintDevice> paintDevice)
{
	return [paintDevice qPaintDevice];
}

}







|



49
50
51
52
53
54
55
56
57
58
59
@end

namespace ObjQt {

static OF_INLINE QPaintDevice *
toQt(id <QtPaintDevice> paintDevice)
{
	return paintDevice.qPaintDevice;
}

}