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
d467cc8b
Commit
d467cc8b
authored
Nov 18, 2014
by
Matt Lowe
Browse files
QT_VERSION check now checks for correct version
Feature is only included in Qt 5.3+
parent
f58cc32e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
d467cc8b
...
...
@@ -51,7 +51,7 @@ TabDeckEditor::TabDeckEditor(TabSupervisor *_tabSupervisor, QWidget *parent)
aClearSearch
->
setIcon
(
QIcon
(
":/resources/icon_clearsearch.svg"
));
connect
(
aClearSearch
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actClearSearch
()));
searchEdit
=
new
SearchLineEdit
;
#if QT_VERSION >= 0x050
0
00
#if QT_VERSION >= 0x050
3
00
searchEdit
->
addAction
(
QIcon
(
":/resources/icon_search_black.svg"
),
QLineEdit
::
LeadingPosition
);
#endif
searchEdit
->
setObjectName
(
"searchEdit"
);
...
...
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