js8call/.svn/pristine/cf/cf7621040543ef2c2142dbff730cd18c0d494f05.svn-base

9 lines
99 B
Plaintext
Raw Normal View History

2018-02-08 21:28:33 -05:00
#ifndef GETUSERID_HPP_
#define GETUSERID_HPP_
#include <QString>
QString get_user_id ();
#endif