Comment moved to header

This commit is contained in:
Dale Glass 2022-11-01 17:16:14 +01:00
parent 20548b7b24
commit 7d3b45753c

View file

@ -155,12 +155,6 @@ namespace Setting {
}
/**
* @brief Forces saving the current configuration
*
* @warning This function is for testing only, should only be called from the test suite.
*/
void Manager::forceSave() {
emit syncRequested();
}