mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-13 05:45:47 +00:00
implement auth for get option methods to hide sensetive settings
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
namespace QueuedTcpServerResponseHelperOption
|
||||
{
|
||||
QVariantHash getOption(const QString &_option);
|
||||
QVariantHash getOption(const QString &_option, const QString &_token);
|
||||
QVariantHash setOption(const QString &_option, const QVariantHash &_value,
|
||||
const QString &_token);
|
||||
};
|
||||
|
Reference in New Issue
Block a user