refs #209, reset method for settings

This commit is contained in:
Klaus Basan
2014-04-15 02:50:29 +02:00
parent 04bd01687e
commit 284a130669
6 changed files with 47 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ namespace BlackMisc
/*!
* \brief Fill the list with hotkeys
* \param reset true, list will be be reset, otherwise value will not be overridde
* \param reset true, list will be be reset, otherwise values will not be overridde
*/
void initAsHotkeyList(bool reset = true);
};