mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-05-03 13:09:41 +00:00
added description for help module
This commit is contained in:
parent
a5aca0e487
commit
2df4876f7c
@ -5,7 +5,14 @@
|
||||
namespace QuasarAppUtils{
|
||||
|
||||
namespace Help {
|
||||
/**
|
||||
* @brief Options - this is list of key - descriptions pairs of help.
|
||||
*/
|
||||
typedef QMap<QString, QString> Options;
|
||||
|
||||
/**
|
||||
* @brief Charters = ths is list of charters.
|
||||
*/
|
||||
typedef QMap<QString, Options> Charters;
|
||||
|
||||
int width();
|
||||
|
Loading…
x
Reference in New Issue
Block a user