mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-13 22:05:46 +00:00
some work on queuedctl
This commit is contained in:
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user