Добрый вечер,есть ф-ция с такой сигнатурой:КодC++ (Qt)AccountAutorizationData* const& AccountModel::referenceToData(int row) const{ try { if (isIdFromDiapazon(row)) return modelInternalVector.at(row); else throw Error_exeption("Row not from diapazon in AccountAutorizationData*" " const& AccountModel::referenceToData()"); } catch(Error_exeption &err) { qDebug()
|