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
0f501762
Commit
0f501762
authored
Jul 24, 2014
by
Fabio Bas
Browse files
Reorder items initialization to match the order in class declaration
parent
b10331fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_supervisor.cpp
View file @
0f501762
...
@@ -76,7 +76,7 @@ void CloseButton::paintEvent(QPaintEvent * /*event*/)
...
@@ -76,7 +76,7 @@ void CloseButton::paintEvent(QPaintEvent * /*event*/)
}
}
TabSupervisor
::
TabSupervisor
(
AbstractClient
*
_client
,
QWidget
*
parent
)
TabSupervisor
::
TabSupervisor
(
AbstractClient
*
_client
,
QWidget
*
parent
)
:
QTabWidget
(
parent
),
userInfo
(
0
),
client
(
_client
),
tab
UserLists
(
0
),
tabServer
(
0
),
tabDeckStorage
(
0
),
tab
Admin
(
0
),
tab
Replays
(
0
)
:
QTabWidget
(
parent
),
userInfo
(
0
),
client
(
_client
),
tab
Server
(
0
),
tabUserLists
(
0
),
tabDeckStorage
(
0
),
tab
Replays
(
0
),
tab
Admin
(
0
)
{
{
tabChangedIcon
=
new
QIcon
(
":/resources/icon_tab_changed.svg"
);
tabChangedIcon
=
new
QIcon
(
":/resources/icon_tab_changed.svg"
);
setElideMode
(
Qt
::
ElideRight
);
setElideMode
(
Qt
::
ElideRight
);
...
...
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