Index: sources/storage/Settings.cpp =================================================================== diff -u -r389f028cb9d4d320eae393de7c4408a58a619356 -r1f5b2250ae70d305654d014a9aa1fd8baa29779c --- sources/storage/Settings.cpp (.../Settings.cpp) (revision 389f028cb9d4d320eae393de7c4408a58a619356) +++ sources/storage/Settings.cpp (.../Settings.cpp) (revision 1f5b2250ae70d305654d014a9aa1fd8baa29779c) @@ -217,6 +217,12 @@ return err; } +/*! + * \brief Settings::configurationsMove + * \details After the encrypted partition is ready the configuration files are moved from the root home to denali home. + * \param vMessage + * \return + */ int Settings::configurationsMove(QString *vMessage) { int err = Settings_Error::eError_None ;