ошибка в
QVector<LibraryRecord> Library;
Library.push_back(LibraryRecord(DateOfIssue, ReturnDate, FIO,tTekct,FName,TText));
сообщение об ошибке:
no matching function for call to ‘LibraryRecord::LibraryRecord()’
почему?Присутствует конструктор
//constructor
LibraryRecord::LibraryRecord(QString pDateOfIssue,
QString pReturnDate,
QString FIO,
QString tTekct,
QString fName,
QString TTextt)
{..}
Подскажите, как это исправить?Заранее спасибо!