#include <QtCore/qfactoryinterface.h> #ifndef QFACTORYINTERFACE_H struct QFactoryInterface{ public: virtual inline ~QFactoryInterface(); public: virtual class QStringList keys() const = 0; }; #endif // QFACTORYINTERFACE_H