code opt
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#ifndef OBJECTFACTORY_H
|
||||
#define OBJECTFACTORY_H
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QHash>
|
||||
#include <QMetaObject>
|
||||
|
||||
#ifndef OBJECTFACTORY_H
|
||||
#define OBJECTFACTORY_H
|
||||
|
||||
class DoricObjectFactory {
|
||||
public:
|
||||
template <typename T> static void registerClass(QString name) {
|
||||
|
Reference in New Issue
Block a user