mirror of https://github.com/KLayout/klayout.git
Fixed Windows Qt binding for Qt6
This commit is contained in:
parent
30ec733f66
commit
c76dde4533
|
|
@ -504,14 +504,6 @@ add_native_impl_QRegion
|
||||||
# alternative implementation for QPersistentQModelIndex::operator const QModelIndex &
|
# alternative implementation for QPersistentQModelIndex::operator const QModelIndex &
|
||||||
add_native_impl_QPersistentQModelIndex
|
add_native_impl_QPersistentQModelIndex
|
||||||
|
|
||||||
# satisfy abstract methods for WIN32
|
|
||||||
add_native_impl("QAbstractEventDispatcher_Adaptor", <<'CODE', nil)
|
|
||||||
#if defined(_WIN32)
|
|
||||||
virtual bool registerEventNotifier(QWinEventNotifier *) { return false; }
|
|
||||||
virtual void unregisterEventNotifier(QWinEventNotifier *) { }
|
|
||||||
#endif
|
|
||||||
CODE
|
|
||||||
|
|
||||||
# implementation of operator<< and operator>> for QDataStream
|
# implementation of operator<< and operator>> for QDataStream
|
||||||
add_native_impl_streams
|
add_native_impl_streams
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -463,10 +463,6 @@ GSI_QTCORE_PUBLIC gsi::Class<QAbstractEventDispatcher> &qtdecl_QAbstractEventDis
|
||||||
class QAbstractEventDispatcher_Adaptor : public QAbstractEventDispatcher, public qt_gsi::QtObjectBase
|
class QAbstractEventDispatcher_Adaptor : public QAbstractEventDispatcher, public qt_gsi::QtObjectBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
#if defined(_WIN32)
|
|
||||||
virtual bool registerEventNotifier(QWinEventNotifier *) { return false; }
|
|
||||||
virtual void unregisterEventNotifier(QWinEventNotifier *) { }
|
|
||||||
#endif
|
|
||||||
|
|
||||||
virtual ~QAbstractEventDispatcher_Adaptor();
|
virtual ~QAbstractEventDispatcher_Adaptor();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue