blob: b2da99f5555d672f73c273702668377e7e6994d7 [file] [log] [blame]
#include <QGraphicsLayout>
class Foo : public QGraphicsLayout
{
Q_INTERFACES(QGraphicsLayout)
};
#include "qtinterface.moc"