My bad
This commit is contained in:
parent
909944d04c
commit
ab98120ce5
@ -21,6 +21,6 @@ std::tuple<QPoint, QPixmap> PlatformBackend::getCursor() {
|
|||||||
return std::tuple<QPoint, QPixmap>(QPoint(0, 0), QPixmap());
|
return std::tuple<QPoint, QPixmap>(QPoint(0, 0), QPixmap());
|
||||||
}
|
}
|
||||||
|
|
||||||
DWORD pid() {
|
DWORD PlatformBackend::pid() {
|
||||||
return GetCurrentProcessId();
|
return GetCurrentProcessId();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user