Mac is on pause

This commit is contained in:
ArsenArsen 2017-05-17 13:42:01 +02:00
parent df61acdbb3
commit 7739a0bfeb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +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
// Not 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
}