summaryrefslogtreecommitdiffstats
path: root/src/tqdbusconnection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-161-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6681698396e454494edfe62a00f54434b1b7cd43)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-101-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e5066714434aad871d413737c4f72c9494ff0973)
* Make sure to handle pending messages at start up if a dbus serviceMichele Calgaro2021-12-081-2/+3
| | | | | | | | | | is invoked by the dbus daemon. Prior to this fix, when a service was started by the dbus daemon, the first dbus call sent to it was being held back till the next dbus call was performed, resulting in a long timeout for the first unhandled call and a delayed answer. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Moved source files to "src" folder.Michele Calgaro2019-04-271-0/+408
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>