mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-07 02:45:49 +00:00
more improvements of queuedctl
This commit is contained in:
@ -25,8 +25,9 @@ namespace QueuedctlAuth
|
||||
QString auth(const QString &_user);
|
||||
QString getToken(const QString &_cache, const QString &_user);
|
||||
void parser(QCommandLineParser &_parser);
|
||||
void setToken(const QString &_token, const QString &_cache);
|
||||
QString token(const QString &_cache);
|
||||
void setToken(const QString &_token, const QString &_user,
|
||||
const QString &_cache);
|
||||
QString token(const QString &_user, const QString &_cache);
|
||||
bool tryAuth(const QString &_token);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user