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
4c8e83f7
Commit
4c8e83f7
authored
Jun 14, 2015
by
Zach
Browse files
Merge pull request #1140 from ZeldaZach/prevent_clear
Remove Autoclear Issue
parents
50b908c7
be4a581f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/filterbuilder.cpp
View file @
4c8e83f7
...
...
@@ -47,7 +47,6 @@ FilterBuilder::FilterBuilder(QWidget *parent)
connect
(
edit
,
SIGNAL
(
returnPressed
()),
this
,
SLOT
(
emit_add
()));
connect
(
ok
,
SIGNAL
(
released
()),
this
,
SLOT
(
emit_add
()));
connect
(
filterCombo
,
SIGNAL
(
currentIndexChanged
(
int
)),
edit
,
SLOT
(
clear
()));
fltr
=
NULL
;
}
...
...
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