From 22a1bcdf6070fb7076387b3ddd1bd864e2c7eb97 Mon Sep 17 00:00:00 2001 From: Zach H Date: Fri, 23 Jan 2015 12:07:53 -0500 Subject: [PATCH] adding return --- cockatrice/src/gamesmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }