mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 09:15:23 +08:00
qt 6.6.0 clean
This commit is contained in:
@ -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)
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user