some work on queuedctl

This commit is contained in:
2017-03-14 05:51:53 +03:00
parent 80c6f977d7
commit 9931204837
58 changed files with 539 additions and 148 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016 Evgeniy Alekseev
* Copyright (c) 2017 Evgeniy Alekseev
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -23,8 +23,10 @@
namespace QueuedctlOption
{
bool editOption(const QString &_option, const QVariant &_value,
const QString &_cache, const QString &_user);
void parser(QCommandLineParser &_parser);
const QString &_token);
QVariant getOption(const QString &_option);
void parserGet(QCommandLineParser &_parser);
void parserSet(QCommandLineParser &_parser);
};