qt 6.6.0 clean

This commit is contained in:
kleuter
2023-11-01 22:23:55 +01:00
parent 7b5ada15e7
commit 5d8194efa7
1449 changed files with 134276 additions and 31391 deletions

View File

@ -4,5 +4,6 @@
if(NOT QT_FEATURE_private_tests)
return()
endif()
add_subdirectory(qpong)
add_subdirectory(qdbusmarshall)
add_subdirectory(qpong)
add_dependencies(tst_qdbusmarshall qpong)

View File

@ -1082,7 +1082,7 @@ public:
}
};
// mostly the same as qdbusintegrator.cpp:connectionCapabilies
// mostly the same as qdbusintegrator.cpp:connectionCapabilities
static bool canSendUnixFd(DBusConnection *connection)
{
typedef dbus_bool_t (*can_send_type_t)(DBusConnection *, int);