Qt 5.8.0 compatibility

This commit is contained in:
Matthias Koefferlein 2017-11-26 22:51:36 +01:00
parent 4dbe28e9fa
commit 11cb5eb998
2 changed files with 3 additions and 0 deletions

View File

@ -1484,6 +1484,8 @@ final_class "QAccessibleObject" # because navigate cannot be implemented
# final_class "QAccessiblePlugin" # because navigate cannot be implemented
final_class "QAccessibleWidget" # because navigate cannot be implemented
no_copy_ctor "QIconEngine"
# --------------------------------------------------------------
# QtXml

View File

@ -3418,6 +3418,7 @@ template <> struct type_traits<QIconEngine> : public type_traits<void> {
class QIconEngine_Adaptor;
namespace tl {
template <> struct type_traits<QIconEngine_Adaptor> : public type_traits<void> {
typedef tl::false_tag has_copy_constructor;
};
}