Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
22a1bcdf
Commit
22a1bcdf
authored
Jan 23, 2015
by
Zach H
Browse files
adding return
parent
b06b8189
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/gamesmodel.cpp
View file @
22a1bcdf
...
...
@@ -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
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment