refs #116 removed firstBlackMetaType as it is no longer needed

This commit is contained in:
Mathew Sutcliffe
2014-05-19 23:15:38 +01:00
parent c6e9301078
commit cd7cc84fbc
2 changed files with 1 additions and 27 deletions

View File

@@ -83,20 +83,6 @@ namespace BlackMisc
//! Register all relevant metadata in BlackMisc
void registerMetadata();
/*!
* Deals with the issue, that the BlackMisc metatypes do not always start with
* the same id, but dependent on enabled Qt modules. E.g. with GUI enabled:
* type: 1024 name: QPaintBufferCacheEntry
* type: 1025 .... some classes I cannot foresee
* type: 1027 name: BlackMisc::CValueMap
*
* This is important when marshalling Variants via DBus among different
* binaries, as an offset has to be considered
*
* \return
*/
int firstBlackMetaType();
//! Init resources
void initResources();