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

@ -66,6 +66,7 @@ Qt::ItemFlags LocalComicListModel::flags(const QModelIndex &index) const
QVariant LocalComicListModel::headerData(int section, Qt::Orientation orientation, int role) const
{
Q_UNUSED(section);
if ( role == Qt::TextAlignmentRole)
return QVariant(Qt::AlignLeft | Qt::AlignVCenter);