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
a6c75066
Commit
a6c75066
authored
Jan 01, 2015
by
Gavin Bisesi
Browse files
Merge pull request #496 from ctrlaltca/set_extinfo
Remove branch decoration
parents
b38cd783
a5a92e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_sets.cpp
View file @
a6c75066
...
@@ -37,6 +37,7 @@ WndSets::WndSets(QWidget *parent)
...
@@ -37,6 +37,7 @@ WndSets::WndSets(QWidget *parent)
view
->
sortByColumn
(
SetsModel
::
SortKeyCol
,
Qt
::
AscendingOrder
);
view
->
sortByColumn
(
SetsModel
::
SortKeyCol
,
Qt
::
AscendingOrder
);
view
->
setColumnHidden
(
SetsModel
::
SortKeyCol
,
true
);
view
->
setColumnHidden
(
SetsModel
::
SortKeyCol
,
true
);
view
->
setRootIsDecorated
(
false
);
saveButton
=
new
QPushButton
(
tr
(
"Save set ordering"
));
saveButton
=
new
QPushButton
(
tr
(
"Save set ordering"
));
connect
(
saveButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
actSave
()));
connect
(
saveButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
actSave
()));
...
...
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