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
PIM
KSmtp
Commits
974ab270
Commit
974ab270
authored
Sep 29, 2021
by
Volker Krause
Browse files
Remove unused restartSocketTimer method
parent
691b693d
Pipeline
#83606
passed with stage
in 5 minutes and 22 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/session.cpp
View file @
974ab270
...
...
@@ -427,12 +427,6 @@ void SessionPrivate::stopSocketTimer()
disconnect
(
&
m_socketTimer
,
&
QTimer
::
timeout
,
this
,
&
SessionPrivate
::
onSocketTimeout
);
}
void
SessionPrivate
::
restartSocketTimer
()
{
stopSocketTimer
();
startSocketTimer
();
}
void
SessionPrivate
::
onSocketTimeout
()
{
socketDisconnected
();
...
...
src/session_p.h
View file @
974ab270
...
...
@@ -62,7 +62,6 @@ private:
void
startNext
();
void
startSocketTimer
();
void
stopSocketTimer
();
void
restartSocketTimer
();
Session
*
const
q
;
...
...
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