[qet] qet/qet: [5710] Fix crash with recent change of single application |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5710
Author: blacksun
Date: 2019-01-20 15:32:13 +0100 (Sun, 20 Jan 2019)
Log Message:
-----------
Fix crash with recent change of single application
Modified Paths:
--------------
trunk/SingleApplication/singleapplication_p.cpp
Modified: trunk/SingleApplication/singleapplication_p.cpp
===================================================================
--- trunk/SingleApplication/singleapplication_p.cpp 2019-01-20 13:01:44 UTC (rev 5709)
+++ trunk/SingleApplication/singleapplication_p.cpp 2019-01-20 14:32:13 UTC (rev 5710)
@@ -385,7 +385,8 @@
}
if (sock->bytesAvailable() > 0) {
- Q_EMIT this->slotDataAvailable( sock, instanceId );
+ //This line crash
+ //Q_EMIT this->slotDataAvailable( sock, instanceId );
}
}