4
0
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:
Andrei Yankovich 2020-02-22 12:41:14 +03:00
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();