mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
Needed to represent QIODeviceBase as a second base class for QIOdevice, QFile etc. Additional base classes are supported but in a rather limited way. They only contribute constants like enums. No methods can be provided this way (a limitation of the method enumeration scheme which only supports one base classe)