File: GetUserId.hpp

package info (click to toggle)
wsjtx 2.7.0~rc6%2Bdfsg-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 71,172 kB
  • sloc: cpp: 91,555; f90: 44,599; python: 27,241; ansic: 12,511; fortran: 2,382; makefile: 197; sh: 133
file content (8 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#ifndef GETUSERID_HPP_
#define GETUSERID_HPP_

#include <QString>

QString get_user_id ();

#endif