summaryrefslogtreecommitdiff
path: root/platform/qt
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-31 17:01:12 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-06 23:54:19 +0200
commit4be2fa4f9af29cfad869412d2d794964554d4eba (patch)
tree94d2b3f93457242930f43a2171714c5ce06634df /platform/qt
parent5789faf11ae2a740927bce599a209883a78b113e (diff)
downloadqtlocation-mapboxgl-4be2fa4f9af29cfad869412d2d794964554d4eba.tar.gz
[core] Add platform::setCurrentThreadPriority(double)
Diffstat (limited to 'platform/qt')
-rw-r--r--platform/qt/src/thread.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/qt/src/thread.cpp b/platform/qt/src/thread.cpp
index 103b6d74f1..6c7d14042d 100644
--- a/platform/qt/src/thread.cpp
+++ b/platform/qt/src/thread.cpp
@@ -16,6 +16,8 @@ void setCurrentThreadName(const std::string&) {
void makeThreadLowPriority() {
}
+void setCurrentThreadPriority(double) {}
+
void attachThread() {
}