mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
fixed compilation warnings in YACReaderLibrary.pro, at least using vc++ compiler
This commit is contained in:
@ -209,6 +209,8 @@ QItemSelectionModel *ClassicComicsView::selectionModel()
|
||||
|
||||
void ClassicComicsView::scrollTo(const QModelIndex & mi, QAbstractItemView::ScrollHint hint)
|
||||
{
|
||||
Q_UNUSED(hint);
|
||||
|
||||
comicFlow->setCenterIndex(mi.row());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user