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
Network
Krfb
Commits
f30d0b65
Commit
f30d0b65
authored
Oct 30, 2021
by
Yuri Chornoivan
Browse files
Fix minor typo
parent
4707bde2
Pipeline
#92506
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
krfb/main-virtualmonitor.cpp
View file @
f30d0b65
...
...
@@ -46,7 +46,7 @@ protected:
const
QString
host
=
peerAddress
(
m_rfbClient
->
sock
)
+
QLatin1Char
(
':'
)
+
QString
::
number
(
peerPort
(
m_rfbClient
->
sock
));
KNotification
::
event
(
QStringLiteral
(
"NewConnectionAutoAccepted"
),
i18n
(
"Creating a Virtual Monitor from
1
%1"
,
host
));
i18n
(
"Creating a Virtual Monitor from %1"
,
host
));
}
bool
checkPassword
(
const
QByteArray
&
encryptedPassword
)
override
{
bool
b
=
vncAuthCheckPassword
(
password
,
encryptedPassword
);
...
...
Write
Preview
Supports
Markdown
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