diff options
Diffstat (limited to 'compat/thread-name.hpp')
-rw-r--r-- | compat/thread-name.hpp | 6 |
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); +} |