Fix uninitialized variable warnings from static analysis

* Reported by Coverity Scan
This commit is contained in:
baldurk
2017-11-22 11:31:07 +00:00
parent 05d7ae9fec
commit c860d8baa3
43 changed files with 190 additions and 138 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ private:
static PyObject *QtObjectToPython(const char *typeName, QObject *object);
QTimer *outputTicker;
QTimer *outputTicker = NULL;
QMutex outputMutex;
QString outstr, errstr;