Commit 22a1bcdf authored by Zach H's avatar Zach H
Browse files

adding return

parent b06b8189
......@@ -105,7 +105,7 @@ QVariant GamesModel::data(const QModelIndex &index, int role) const
case Qt::DisplayRole:
return QString::fromStdString(g.description());
case Qt::TextAlignmentRole:
Qt::AlignLeft;
return Qt::AlignLeft;
default:
return QVariant();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment