#pragma once
#include "export.hpp"
#include <QString>
namespace portable {
    OTR_COMPAT_EXPORT void set_curthread_name(const QString& name);
}