WSJT-X/GetUserId.hpp

9 lines
99 B
C++

#ifndef GETUSERID_HPP_
#define GETUSERID_HPP_
#include <QString>
QString get_user_id ();
#endif