ea01d7784a
Now we know that all timers and socket notifiers get created only in the QDBusConnectionManager thread. Incidentally, this reduced code duplication. Change-Id: I27eaacb532114dd188c4ffff13d5075a8d2efb0b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
7 lines
181 B
Prolog
7 lines
181 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qdbusconnection
|
|
QT = core dbus testlib
|
|
SOURCES += tst_qdbusconnection.cpp
|
|
HEADERS += tst_qdbusconnection.h
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|