Index: sources/cloudsync/CloudSyncController.cpp =================================================================== diff -u -r51a16e937898f4aec639e9dc5ff33bd0d67bf4ab -r3a611e9cd106f2ec655da1778dec1c296ac79699 --- sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 51a16e937898f4aec639e9dc5ff33bd0d67bf4ab) +++ sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 3a611e9cd106f2ec655da1778dec1c296ac79699) @@ -264,6 +264,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.