Название: Наследование от QObject Отправлено: nvek от Май 23, 2017, 07:54 где в документации сказано, что при множественном наследовании надо первым наследоваться от QObject
Код: class Myclass: public QObject, public IMyclass Название: Re: Наследование от QObject Отправлено: Johnik от Май 23, 2017, 08:14 Qt4: Multiple Inheritance Requires QObject to Be First (http://doc.qt.io/qt-4.8/moc.html#multiple-inheritance-requires-qobject-to-be-first)
Qt5: Multiple Inheritance Requires QObject to Be First (http://doc.qt.io/qt-5/moc.html#multiple-inheritance-requires-qobject-to-be-first) |