mirror of
https://github.com/jtdx-project/jtdx
synced 2026-08-13 17:35:38 -04:00
8 lines
99 B
C++
8 lines
99 B
C++
#ifndef GETUSERID_HPP_
|
|
#define GETUSERID_HPP_
|
|
|
|
#include <QString>
|
|
|
|
QString get_user_id ();
|
|
|
|
#endif
|