refs #787, utility functions for shared files

* get file name from URL
* service and file names in CDbInfo
* adjusted DB flags, allow to load headers only
* set of entity flags
This commit is contained in:
Klaus Basan
2016-11-27 00:57:33 +01:00
parent 04e5bc6ecb
commit f839421bdd
8 changed files with 82 additions and 31 deletions

View File

@@ -96,7 +96,10 @@ namespace BlackMisc
static bool anySwiftDbEntity(Entity entities);
//! Get by name
static CEntityFlags::Entity singleEntityByName(const QString &name);
static Entity singleEntityByName(const QString &name);
//! As set of single entities
static QSet<Entity> asSingleEntities(Entity entities);
//! Register metadata
static void registerMetadata();