merged master

This commit is contained in:
Luis Ángel San Martín
2016-03-25 17:15:14 +01:00
30 changed files with 641 additions and 125 deletions

View File

@ -976,7 +976,7 @@ void ComicModel::removeInTransaction(int row)
endRemoveRows();
}
/*
void ComicModel::remove(ComicDB * comic, int row)
{
beginRemoveRows(QModelIndex(),row,row);
@ -992,7 +992,7 @@ void ComicModel::remove(ComicDB * comic, int row)
QSqlDatabase::removeDatabase(_databasePath);
endRemoveRows();
}
*/
/*ComicDB TableModel::getComic(int row)
{
return getComic(index(row,0));