diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-13 11:31:06 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-13 11:31:06 +0300 |
| commit | 5c69d10cd5fface32aea04cea1d288783d376179 (patch) | |
| tree | b19dceb83d8e1c25ec5cf4d9f14698aeef4ea9ca /include | |
| parent | 455e020b19bb1801304cedd08b2675fe4bb30605 (diff) | |
Add a tool tip to blip rate settings
Adapt the blip rate to allow variable speed value array sizes
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index e6cb21d6..4a3c669b 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -144,7 +144,7 @@ public: //Returns the value of ooc_name in config.ini QString get_ooc_name(); - //Returns the blip rate from config.ini + //Returns the blip rate from config.ini (once per X symbols) int read_blip_rate(); //Returns true if blank blips is enabled in config.ini and false otherwise |
