Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMailTransport
Commits
c7592a6f
Commit
c7592a6f
authored
Dec 17, 2018
by
Laurent Montel
Browse files
Remove QT_CHECK
parent
1d46be8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kmailtransport/plugins/smtp/autotests/fakeserver.cpp
View file @
c7592a6f
...
...
@@ -61,11 +61,7 @@ void FakeServer::startAndWait()
{
start
();
// this will block until the event queue starts
#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
QMetaObject
::
invokeMethod
(
this
,
&
FakeServer
::
started
,
Qt
::
BlockingQueuedConnection
);
#else
QMetaObject
::
invokeMethod
(
this
,
"started"
,
Qt
::
BlockingQueuedConnection
);
#endif
}
void
FakeServer
::
dataAvailable
()
...
...
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