Cocoa: Implement propagateSizeHints.
[profile/ivi/qtbase.git] / src / plugins / platforms / cocoa / qcocoahelpers.h
index 78904bc..3c1c065 100644 (file)
@@ -77,6 +77,8 @@ CGImageRef qt_mac_image_to_cgimage(const QImage &image);
 NSImage *qt_mac_cgimage_to_nsimage(CGImageRef iamge);
 NSImage *qt_mac_create_nsimage(const QPixmap &pm);
 
+NSSize qt_mac_toNSSize(const QSize &qtSize);
+
 QChar qt_mac_qtKey2CocoaKey(Qt::Key key);
 Qt::Key qt_mac_cocoaKey2QtKey(QChar keyCode);