mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-13 22:05:46 +00:00
massive api changes: replace public method results to Result<T, E>
This commit is contained in:
@ -19,12 +19,15 @@
|
||||
|
||||
#include <QCommandLineParser>
|
||||
|
||||
#include "QueuedctlCommon.h"
|
||||
|
||||
|
||||
namespace QueuedctlOption
|
||||
{
|
||||
bool editOption(const QString &_option, const QVariant &_value,
|
||||
const QString &_token);
|
||||
QVariant getOption(const QString &_option);
|
||||
QueuedctlCommon::QueuedctlResult editOption(const QString &_option,
|
||||
const QVariant &_value,
|
||||
const QString &_token);
|
||||
QueuedctlCommon::QueuedctlResult getOption(const QString &_option);
|
||||
void parserGet(QCommandLineParser &_parser);
|
||||
void parserSet(QCommandLineParser &_parser);
|
||||
};
|
||||
|
Reference in New Issue
Block a user