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
504a56cf
Commit
504a56cf
authored
Jan 08, 2014
by
jfreake
Browse files
Right aligned the regex check
decklist - Right aligned the regex check
parent
67c4d089
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/decklist.cpp
View file @
504a56cf
...
...
@@ -450,7 +450,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
rx
.
setPattern
(
"
\\
(.*
\\
)"
);
line
.
remove
(
rx
);
//Filter out post card name editions
rx
.
setPattern
(
"
\\
|.*"
);
rx
.
setPattern
(
"
\\
|.*
$
"
);
line
.
remove
(
rx
);
line
=
line
.
simplified
();
...
...
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