KShare/platformspecifics/mac/macbackend.cpp

7 lines
162 B
C++
Raw Normal View History

2017-05-13 11:03:46 +02:00
#include "macbackend.hpp"
QPixmap PlatformBackend::getCursor() {
#warning "TODO: Mac backend"
2017-05-13 23:33:36 +02:00
return std::tuple<QPoint, QPixmap>(QPoint(0, 0), QPixmap());
2017-05-13 11:03:46 +02:00
}