Bookmars are so 2015
This commit is contained in:
parent
446440aca9
commit
b6931e13c5
@ -3,4 +3,7 @@
|
|||||||
QPixmap PlatformBackend::getCursor() {
|
QPixmap PlatformBackend::getCursor() {
|
||||||
#warning "TODO: Mac backend"
|
#warning "TODO: Mac backend"
|
||||||
return std::tuple<QPoint, QPixmap>(QPoint(0, 0), QPixmap());
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user