| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
use QIODevice header file instead of (wrongly capitablized) QIODevice.h
Reviewed-by: Tom Sutcliffe
Task-number: QTBUG-18869
|
|
|
|
| |
Reviewed-by: Trust-me
|
|
|
|
|
|
|
| |
Symbian.
Task-number: QTBUG-18764
Reviewed-by: kkoehne
|
|
|
|
|
|
|
| |
Make the name less ambiguous, especially on Symbian were all .dlls end
up in sys\bin.
Reviewed-by: Pawel Polanski
|
|
|
|
|
|
|
|
|
| |
Protocol might still be in the process of processing messages when
disconnect() is called (e.g. due to an invalid package). Therefore delay
it's deletion until the next event loop runs.
Reviewed-by: Christiaan Janssen
Task-number: QTBUG-18771
|
|
On Windows, qmake places the tcpserver.dll in a 'plugins\qmlreleaseging'
folder, which broke remote debugging of QtDeclarative completely. New name
'qmltooling' while being not so specific, avoids the use of 'debug' in the folder name.
Task-number: QTBUG-17360
Reviewed-by: Martin Jones
|