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
be4a581f
Commit
be4a581f
authored
Jun 14, 2015
by
Zach H
Browse files
remove autoclear
parent
50b908c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/filterbuilder.cpp
View file @
be4a581f
...
@@ -47,7 +47,6 @@ FilterBuilder::FilterBuilder(QWidget *parent)
...
@@ -47,7 +47,6 @@ FilterBuilder::FilterBuilder(QWidget *parent)
connect
(
edit
,
SIGNAL
(
returnPressed
()),
this
,
SLOT
(
emit_add
()));
connect
(
edit
,
SIGNAL
(
returnPressed
()),
this
,
SLOT
(
emit_add
()));
connect
(
ok
,
SIGNAL
(
released
()),
this
,
SLOT
(
emit_add
()));
connect
(
ok
,
SIGNAL
(
released
()),
this
,
SLOT
(
emit_add
()));
connect
(
filterCombo
,
SIGNAL
(
currentIndexChanged
(
int
)),
edit
,
SLOT
(
clear
()));
fltr
=
NULL
;
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