mirror of
https://github.com/jtdx-project/jtdx
synced 2026-08-13 17:35:38 -04:00
9 lines
180 B
C++
9 lines
180 B
C++
#ifndef META_DATA_REGISTRY_HPP__
|
|
#define META_DATA_REGISTRY_HPP__
|
|
|
|
class QItemEditorFactory;
|
|
|
|
QItemEditorFactory * item_editor_factory ();
|
|
void register_types ();
|
|
|
|
#endif
|