fixed compilation warnings in YACReaderLibrary.pro, at least using vc++ compiler

This commit is contained in:
Luis Ángel San Martín
2016-03-26 11:31:25 +01:00
parent 20c01cca8c
commit 4b8462459a
11 changed files with 85 additions and 16 deletions

View File

@ -209,6 +209,8 @@ QItemSelectionModel *ClassicComicsView::selectionModel()
void ClassicComicsView::scrollTo(const QModelIndex & mi, QAbstractItemView::ScrollHint hint)
{
Q_UNUSED(hint);
comicFlow->setCenterIndex(mi.row());
}