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
ffb5ac6b
Commit
ffb5ac6b
authored
Jan 25, 2015
by
Gavin Bisesi
Browse files
Merge pull request #599 from poixen/removed_unused_connect
Removed a connection
parents
2a6291dc
c0aafec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_room.cpp
View file @
ffb5ac6b
...
...
@@ -61,7 +61,6 @@ TabRoom::TabRoom(TabSupervisor *_tabSupervisor, AbstractClient *_client, ServerI
aOpenChatSettings
=
chatSettingsMenu
->
addAction
(
QString
());
connect
(
aOpenChatSettings
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actOpenChatSettings
()));
connect
(
settingsCache
,
SIGNAL
(
ignoreUnregisteredUsersChanged
()),
this
,
SLOT
(
ignoreUnregisteredUsersChanged
()));
QToolButton
*
chatSettingsButton
=
new
QToolButton
;
chatSettingsButton
->
setIcon
(
QIcon
(
":/resources/icon_settings.svg"
));
chatSettingsButton
->
setMenu
(
chatSettingsMenu
);
...
...
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