Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Knights
Commits
9d4ffe23
Commit
9d4ffe23
authored
Sep 27, 2020
by
Alexander Lohnau
💬
Browse files
Remove emit keyword on non signal
parent
6e9d1be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/proto/uciprotocol.cpp
View file @
9d4ffe23
...
...
@@ -61,7 +61,7 @@ bool UciProtocol::parseLine(const QString& line) {
write
(
"isready"
);
}
else
if
(
line
.
startsWith
(
QLatin1String
(
"readyok"
)
)
)
{
type
=
ChatWidget
::
AccountMessage
;
Q_EMIT
initComplete
();
initComplete
();
}
else
if
(
line
.
startsWith
(
QLatin1String
(
"id name "
)
)
)
{
type
=
ChatWidget
::
AccountMessage
;
// Chop off the "id name " port, the remainder if the engine's name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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