mirror of https://github.com/KLayout/klayout.git
Qt 5.8.0 compatibility
This commit is contained in:
parent
4dbe28e9fa
commit
11cb5eb998
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue