diff --git a/cockatrice/src/gamesmodel.cpp b/cockatrice/src/gamesmodel.cpp index 8b9f52d7..1ef81e16 100644 --- a/cockatrice/src/gamesmodel.cpp +++ b/cockatrice/src/gamesmodel.cpp @@ -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(); }