Index: sources/cloudsync/CloudSyncController.cpp =================================================================== diff -u -r80250cfdbe58a3df17950d342212f155d52d3971 -r0cfcb6ff7263e735c01440df11604af39e5efbc0 --- sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 80250cfdbe58a3df17950d342212f155d52d3971) +++ sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 0cfcb6ff7263e735c01440df11604af39e5efbc0) @@ -261,6 +261,13 @@ return text; } +/*! + * \brief CloudSyncController::toInfo + * \details Provides extra information, related to each error, to be concatenated later to the error description. + * \param vErrorID - the error id + * \param vInfoItems - the information items to be used in creating the info. + * \return the extra info for the error as string + */ QString CloudSyncController::toInfo(CloudSyncController::Errors_Enum vErrorID, const QVariantList &vInfoItems) { // IMPORTANT: Please be careful here used QVariantList::value to act as a loose list.