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
Marco Bubke
flatpak-qt-creator
Commits
f1c46420
Commit
f1c46420
authored
Feb 02, 2011
by
Pawel Polanski
Browse files
Symbian: Serial device is not flushed when closed
parent
a378a5fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/symbianutils/virtualserialdevice.cpp
View file @
f1c46420
...
...
@@ -24,7 +24,6 @@ void VirtualSerialDevice::close()
{
if
(
isOpen
())
{
Q_ASSERT
(
thread
()
==
QThread
::
currentThread
());
// My brain will explode otherwise
flush
();
delete
waiterForBytesWritten
;
waiterForBytesWritten
=
NULL
;
QMutexLocker
locker
(
&
lock
);
...
...
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