mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
export comics info listo
cambio de acceso a las columnas de las querys (enteros por literales)
This commit is contained in:
@ -169,7 +169,7 @@ void TableModel::setupModelData(unsigned long long int folderId,QSqlDatabase & d
|
||||
//f.close();
|
||||
}
|
||||
|
||||
QString TableModel::getComicPath(QModelIndex & mi)
|
||||
QString TableModel::getComicPath(QModelIndex mi)
|
||||
{
|
||||
if(mi.isValid())
|
||||
return _data.at(mi.row())->data(3).toString();
|
||||
|
Reference in New Issue
Block a user