mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-06 10:25:50 +00:00
massive api changes: replace public method results to Result<T, E>
This commit is contained in:
@ -19,10 +19,13 @@
|
||||
|
||||
#include <QCommandLineParser>
|
||||
|
||||
#include "QueuedctlCommon.h"
|
||||
|
||||
|
||||
namespace QueuedctlAuth
|
||||
{
|
||||
QString auth(const QString &_user);
|
||||
QueuedctlCommon::QueuedctlResult auth(const QString &_user,
|
||||
const QString &_cache);
|
||||
QString getToken(const QString &_cache, const QString &_user);
|
||||
void parser(QCommandLineParser &_parser);
|
||||
void setToken(const QString &_token, const QString &_user,
|
||||
|
Reference in New Issue
Block a user