#ifndef QFACTORYINTERFACE_H
#define QFACTORYINTERFACE_H 
#include <QtCore/qobject.h>
#include <QtCore/qstringlist.h>
typedef enum QtValidLicenseForCoreModule QtCoreModule;
struct QFactoryInterface{
   public: virtual inline ~QFactoryInterface();
   public: virtual class QStringList keys() const = 0;
};
#endif // QFACTORYINTERFACE_H