Make psLaunchMaps async

This commit is contained in:
Ilya Fedin
2025-10-22 07:06:28 +00:00
committed by John Preston
parent 1f171c4ed1
commit dbc9beaa19
8 changed files with 42 additions and 46 deletions
@@ -780,6 +780,10 @@ QString ApplicationIconName() {
return Result;
}
void LaunchMaps(const Data::LocationPoint &point, Fn<void()> fail) {
fail();
}
namespace ThirdParty {
void start() {
@@ -837,7 +841,3 @@ bool linuxMoveFile(const char *from, const char *to) {
return true;
}
bool psLaunchMaps(const Data::LocationPoint &point) {
return false;
}