summaryrefslogtreecommitdiff
path: root/platform/qt/src/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/qt/src/thread.cpp')
-rw-r--r--platform/qt/src/thread.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/qt/src/thread.cpp b/platform/qt/src/thread.cpp
index ade3629b63..103b6d74f1 100644
--- a/platform/qt/src/thread.cpp
+++ b/platform/qt/src/thread.cpp
@@ -1,4 +1,5 @@
#include <mbgl/util/platform.hpp>
+#include <mbgl/platform/thread.hpp>
#include <string>
@@ -15,5 +16,11 @@ void setCurrentThreadName(const std::string&) {
void makeThreadLowPriority() {
}
+void attachThread() {
+}
+
+void detachThread() {
+}
+
} // namespace platform
} // namespace mbgl