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