Fixed object metadata registration

This commit is contained in:
Klaus Basan
2014-07-02 22:34:50 +02:00
parent d9a1c0cc8c
commit ce8a089949
3 changed files with 16 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ namespace BlackSim
//! String list with meaningful representations
QStringList toStringList(bool i18n = false) const;
//! Register the metatypes
static void registerMetadata();
};
}