summaryrefslogtreecommitdiffhomepage
path: root/compat/thread-name.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/thread-name.hpp')
-rw-r--r--compat/thread-name.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/compat/thread-name.hpp b/compat/thread-name.hpp
new file mode 100644
index 00000000..21256003
--- /dev/null
+++ b/compat/thread-name.hpp
@@ -0,0 +1,6 @@
+#pragma once
+#include "export.hpp"
+#include <QString>
+namespace portable {
+ OTR_COMPAT_EXPORT void set_curthread_name(const QString& name);
+}