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
b55de964
Commit
b55de964
authored
Aug 31, 2021
by
Laurent Montel
😁
Browse files
Use std::chrono_literals
parent
a9241dfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
krfb/rfbservermanager.cpp
View file @
b55de964
...
...
@@ -33,6 +33,9 @@
#include
<KLocalizedString>
#include
<KUser>
#include
<KNotification>
#include
<chrono>
using
namespace
std
::
chrono_literals
;
static
const
char
*
cur
=
" "
...
...
@@ -217,7 +220,7 @@ void RfbServerManager::addClient(RfbClient* cc)
if
(
d
->
clients
.
size
()
==
0
)
{
//qDebug() << "Starting framebuffer monitor";
d
->
fb
->
startMonitor
();
d
->
rfbUpdateTimer
.
start
(
50
);
d
->
rfbUpdateTimer
.
start
(
50
ms
);
}
d
->
clients
.
insert
(
cc
);
...
...
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