Bookmars are so 2015

This commit is contained in:
ArsenArsen 2017-05-13 23:49:16 +02:00
parent 446440aca9
commit b6931e13c5
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@
QPixmap PlatformBackend::getCursor() {
#warning "TODO: Mac backend"
return std::tuple<QPoint, QPixmap>(QPoint(0, 0), QPixmap());
// Monday: https://developer.apple.com/reference/appkit/nscursor/1527062-image
// Some on how to do NSImage -> QPixmap: http://stackoverflow.com/a/2468961/3809164
// This is gonna be easier than with Windows
}